diff --git a/ConfigSettings.h b/ConfigSettings.h index e954c0c..ec70191 100644 --- a/ConfigSettings.h +++ b/ConfigSettings.h @@ -3,7 +3,7 @@ #ifndef configsettings_h #define configsettings_h -#define FW_VERSION "v1.6.0" +#define FW_VERSION "v1.6.1" enum DeviceStatus { DS_OK = 0, DS_ERROR = 1, diff --git a/SomfyController.ino.esp32.bin b/SomfyController.ino.esp32.bin index cd322d6..3925be5 100644 Binary files a/SomfyController.ino.esp32.bin and b/SomfyController.ino.esp32.bin differ diff --git a/data/appversion b/data/appversion index ce6a70b..2eda823 100644 --- a/data/appversion +++ b/data/appversion @@ -1 +1 @@ -1.6.0 \ No newline at end of file +1.6.1 \ No newline at end of file diff --git a/data/index.html b/data/index.html index b9b879e..df71abf 100644 --- a/data/index.html +++ b/data/index.html @@ -3,10 +3,10 @@ - - + + - +
diff --git a/data/index.js b/data/index.js index 59d2b32..064560e 100644 --- a/data/index.js +++ b/data/index.js @@ -378,7 +378,7 @@ async function reopenSocket() { await initSockets(); } class General { - appVersion = 'v1.6.0'; + appVersion = 'v1.6.1'; reloadApp = false; async init() { this.setAppVersion();