diff --git a/ConfigSettings.h b/ConfigSettings.h index 436064c..72bcff9 100644 --- a/ConfigSettings.h +++ b/ConfigSettings.h @@ -3,7 +3,7 @@ #ifndef configsettings_h #define configsettings_h -#define FW_VERSION "v2.1.0" +#define FW_VERSION "v2.1.1" enum DeviceStatus { DS_OK = 0, DS_ERROR = 1, diff --git a/SomfyController.ino.esp32.bin b/SomfyController.ino.esp32.bin index 5b29aff..4b2c395 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 13affa1..46375fa 100644 Binary files a/SomfyController.littlefs.bin and b/SomfyController.littlefs.bin differ diff --git a/data/appversion b/data/appversion index 50aea0e..7c32728 100644 --- a/data/appversion +++ b/data/appversion @@ -1 +1 @@ -2.1.0 \ No newline at end of file +2.1.1 \ No newline at end of file diff --git a/data/index.html b/data/index.html index 8a796ae..20d8c90 100644 --- a/data/index.html +++ b/data/index.html @@ -3,11 +3,11 @@ - - - + + + - +
diff --git a/data/index.js b/data/index.js index 50fdc61..77031b4 100644 --- a/data/index.js +++ b/data/index.js @@ -1197,7 +1197,7 @@ var security = new Security(); class General { initialized = false; - appVersion = 'v2.1.0'; + appVersion = 'v2.1.1'; reloadApp = false; init() { if (this.initialized) return; @@ -3163,6 +3163,7 @@ class Somfy { remoteAddress: remoteAddress }; putJSONSync('/unlinkRemote', obj, (err, shade) => { + console.log(shade); prompt.remove(); this.setLinkedRemotesList(shade);