diff --git a/ConfigSettings.h b/ConfigSettings.h index 2f3b0b3..fb8fedb 100644 --- a/ConfigSettings.h +++ b/ConfigSettings.h @@ -3,7 +3,7 @@ #ifndef configsettings_h #define configsettings_h -#define FW_VERSION "v2.1.3" +#define FW_VERSION "v2.1.4" enum DeviceStatus { DS_OK = 0, DS_ERROR = 1, diff --git a/Somfy.cpp b/Somfy.cpp index 9b89c48..8406756 100644 --- a/Somfy.cpp +++ b/Somfy.cpp @@ -339,7 +339,6 @@ void somfy_frame_t::encodeFrame(byte *frame) { break; case somfy_commands::Prog: frame[0] = 156; - frame[1] = 0xFD; break; case somfy_commands::SunFlag: frame[0] = 157; diff --git a/SomfyController.ino.esp32.bin b/SomfyController.ino.esp32.bin index 14a3224..bbb3d6c 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 726c283..366f4b4 100644 Binary files a/SomfyController.littlefs.bin and b/SomfyController.littlefs.bin differ diff --git a/data/appversion b/data/appversion index abae0d9..c346e7a 100644 --- a/data/appversion +++ b/data/appversion @@ -1 +1 @@ -2.1.3 \ No newline at end of file +2.1.4 \ No newline at end of file diff --git a/data/index.js b/data/index.js index 076194a..ecc565b 100644 --- a/data/index.js +++ b/data/index.js @@ -1197,7 +1197,7 @@ var security = new Security(); class General { initialized = false; - appVersion = 'v2.1.3'; + appVersion = 'v2.1.4'; reloadApp = false; init() { if (this.initialized) return;