From 36356e577451d60790b35188c190c642896a701d Mon Sep 17 00:00:00 2001 From: Robert Strouse Date: Tue, 23 May 2023 07:39:56 -0700 Subject: [PATCH] Stamp v1.6.1 --- ConfigSettings.h | 2 +- SomfyController.ino.esp32.bin | Bin 1065472 -> 1065472 bytes data/appversion | 2 +- data/index.html | 6 +++--- data/index.js | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) 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 cd322d6c1b0deeb0f23820c3dbd25c9bb50ae9ad..3925be5c013d3fef69bcccef408cbf32878c97d7 100644 GIT binary patch delta 156 zcmZo@acpRDoUlP5V|vP_m7STh7s#D*oHgOq#=nhy4;b`sM0~h9eKLEegw*uHLdJm2 z3XC4ojE2pbGVPf%j6lo;#LPg<0>rF9%m&2lK+FNeoIuP4#N0s41H`;Q%m>8$+cRYZ q%2X9s$lrE9zh`PipOi|{92IWCRqmm)a~ik(^4H$rF9%m&2lK+FNeoIuP4#N0s41H`;Q%m>8$+cRYZ q%2X8-YyPR&;3B2g-@=qC3s5r - - + + - +
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();