258 test version

This commit is contained in:
Dmitry Borisenko
2020-10-18 22:23:19 +03:00
parent d2855270cf
commit 5b72a9b37f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -4,7 +4,7 @@
// Firmware // Firmware
// //
#define FIRMWARE_NAME "esp8266-iotm" #define FIRMWARE_NAME "esp8266-iotm"
#define FIRMWARE_VERSION 257 #define FIRMWARE_VERSION 258
#define FLASH_4MB true #define FLASH_4MB true
// //