From aec9989d8d27be23a5318e676eb27bcb47ef3006 Mon Sep 17 00:00:00 2001 From: Robert Strouse Date: Wed, 12 Apr 2023 12:57:08 -0700 Subject: [PATCH] Commit v1.4.7 Changes software sync for certain motors notably Glydea. --- ConfigSettings.h | 2 +- SomfyController.ino.esp32.bin | Bin 1063024 -> 1063024 bytes SomfyController.littlefs.bin | Bin 1441792 -> 1441792 bytes data/appversion | 2 +- data/index.html | 6 +++--- data/index.js | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ConfigSettings.h b/ConfigSettings.h index 3ea217a..a3063de 100644 --- a/ConfigSettings.h +++ b/ConfigSettings.h @@ -3,7 +3,7 @@ #ifndef configsettings_h #define configsettings_h -#define FW_VERSION "v1.4.6" +#define FW_VERSION "v1.4.7" enum DeviceStatus { DS_OK = 0, DS_ERROR = 1, diff --git a/SomfyController.ino.esp32.bin b/SomfyController.ino.esp32.bin index 6e3860deb531942986c5c6c8fb919a6c463c226e..4a6362bfa7a645176797530669cb9a2a3ecfb24f 100644 GIT binary patch delta 155 zcmezH!QsOPhY1@LLY32bB%k}b$TG^zlTlTX&K9V!R%wnc;}!H%OWo(gHJMR1V6y__ z25Cm~=8H1z7iAcMmh2X*?`Ro zj2omG&6+RDv|p5A1Y#y2W(HywAZ7((HXvpPVh$kY1Y#~A<_2OOAm#;PJ|O1beo;oC qPFnGr?fg{}Pw%TqHCwCo>7!J-8OKZ) diff --git a/SomfyController.littlefs.bin b/SomfyController.littlefs.bin index 73176d79cb710351e7df50a53e8a20015731c386..b0416c65400341b0cf467bd80f9a0a08da20be35 100644 GIT binary patch delta 267 zcmZo@h-het*w7)sXp$^>-OY{0>(UZZ)GUq0>(Vvk=iNg@jnb+8KgX#%&1^6Nst9BmZty1 zpv&hxKS*q|gJ25_&&ShdK$TAnw0l$=z$(QcVrlwM4EoM6hk(Q;JBYRL%=I(@Dtus2 z$hO=9tWcZ%$m@2B(X9RIYhEDc17dz4764*FAQl2* OVIUUSe)YAewg>>S2wmy` diff --git a/data/appversion b/data/appversion index 7b5753f..b000a6a 100644 --- a/data/appversion +++ b/data/appversion @@ -1 +1 @@ -1.4.6 \ No newline at end of file +1.4.7 \ No newline at end of file diff --git a/data/index.html b/data/index.html index 442d12a..afcb726 100644 --- a/data/index.html +++ b/data/index.html @@ -3,10 +3,10 @@ - - + + - +
diff --git a/data/index.js b/data/index.js index 4c9485c..e7e7f0d 100644 --- a/data/index.js +++ b/data/index.js @@ -378,7 +378,7 @@ async function reopenSocket() { await initSockets(); } class General { - appVersion = 'v1.4.6'; + appVersion = 'v1.4.7'; reloadApp = false; async init() { this.setAppVersion();