Изменил версию на 2.3.5

This commit is contained in:
Dmitry Borisenko
2020-06-27 11:17:38 +02:00
parent 2dfca14478
commit 9b94aef8ca
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -2,7 +2,7 @@
/* /*
* Main consts * Main consts
*/ */
#define FIRMWARE_VERSION "2.3.4" #define FIRMWARE_VERSION "2.3.5"
#define NUM_BUTTONS 6 #define NUM_BUTTONS 6
#define LED_PIN 2 #define LED_PIN 2
#define FLASH_4MB true #define FLASH_4MB true