diff --git a/data/set.device.json b/data/set.device.json index cea148d5..f890fa5e 100644 --- a/data/set.device.json +++ b/data/set.device.json @@ -43,7 +43,7 @@ }, { "type": "h4", - "title": "LittleFS version: 2.3.4" + "title": "LittleFS version: 2.3.5" }, { "type": "hr" diff --git a/include/Consts.h b/include/Consts.h index 7240c27c..bd8f5d06 100644 --- a/include/Consts.h +++ b/include/Consts.h @@ -2,7 +2,7 @@ /* * Main consts */ -#define FIRMWARE_VERSION "2.3.4" +#define FIRMWARE_VERSION "2.3.5" #define NUM_BUTTONS 6 #define LED_PIN 2 #define FLASH_4MB true