diff --git a/ConfigSettings.h b/ConfigSettings.h index 4d6f0af..098d33e 100644 --- a/ConfigSettings.h +++ b/ConfigSettings.h @@ -3,7 +3,7 @@ #ifndef configsettings_h #define configsettings_h -#define FW_VERSION "v2.1.9" +#define FW_VERSION "v2.1.10" enum DeviceStatus { DS_OK = 0, DS_ERROR = 1, diff --git a/SomfyController.ino.esp32.bin b/SomfyController.ino.esp32.bin index 4621d5a..53bc716 100644 Binary files a/SomfyController.ino.esp32.bin and b/SomfyController.ino.esp32.bin differ diff --git a/SomfyController.littlefs.bin b/SomfyController.littlefs.bin index ed7070c..6acebc1 100644 Binary files a/SomfyController.littlefs.bin and b/SomfyController.littlefs.bin differ diff --git a/data/appversion b/data/appversion index b88e500..41bb57b 100644 --- a/data/appversion +++ b/data/appversion @@ -1 +1 @@ -2.1.9 \ No newline at end of file +2.1.10 \ No newline at end of file diff --git a/data/index.html b/data/index.html index 3769cf2..990e5b7 100644 --- a/data/index.html +++ b/data/index.html @@ -3,11 +3,11 @@ - - - + + + - +
@@ -516,9 +516,9 @@
-
-
my
-
+
+
my
+
diff --git a/data/index.js b/data/index.js index c414e3f..fd8484b 100644 --- a/data/index.js +++ b/data/index.js @@ -1214,7 +1214,7 @@ var security = new Security(); class General { initialized = false; - appVersion = 'v2.1.9'; + appVersion = 'v2.1.10'; reloadApp = false; init() { if (this.initialized) return;