From 65456398ac0ecf099639b4003be1ec76a686c448 Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <49808844+DmitryBorisenko33@users.noreply.github.com> Date: Sat, 10 Oct 2020 02:40:04 +0300 Subject: [PATCH] 253 --- data/set.device.json | 2 +- include/Consts.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/set.device.json b/data/set.device.json index 215b6f90..ef5ac44b 100644 --- a/data/set.device.json +++ b/data/set.device.json @@ -43,7 +43,7 @@ }, { "type": "h4", - "title": "LittleFS version: 252" + "title": "LittleFS version: 253" }, { "type": "hr" diff --git a/include/Consts.h b/include/Consts.h index ebab916a..e2c33123 100644 --- a/include/Consts.h +++ b/include/Consts.h @@ -2,7 +2,7 @@ //=================Firmeare================= #define FIRMWARE_NAME "esp8266-iotm" -#define FIRMWARE_VERSION 252 +#define FIRMWARE_VERSION 253 #define FLASH_4MB true //=================System===================