This commit is contained in:
Dmitry Borisenko
2020-10-10 02:40:04 +03:00
parent 23fc8ec469
commit 65456398ac
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@
}, },
{ {
"type": "h4", "type": "h4",
"title": "LittleFS version: 252" "title": "LittleFS version: 253"
}, },
{ {
"type": "hr" "type": "hr"

View File

@@ -2,7 +2,7 @@
//=================Firmeare================= //=================Firmeare=================
#define FIRMWARE_NAME "esp8266-iotm" #define FIRMWARE_NAME "esp8266-iotm"
#define FIRMWARE_VERSION 252 #define FIRMWARE_VERSION 253
#define FLASH_4MB true #define FLASH_4MB true
//=================System=================== //=================System===================