From 9b94aef8ca52a5b48fbaef5f921176793ad6069b Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <49808844+DmitryBorisenko33@users.noreply.github.com> Date: Sat, 27 Jun 2020 11:17:38 +0200 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8E=20=D0=BD=D0=B0=202.3.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 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