From 56aabfd1d1d83400947388c703b13602f61ac891 Mon Sep 17 00:00:00 2001 From: Robert Strouse Date: Mon, 8 May 2023 16:27:45 -0700 Subject: [PATCH] v1.5.3 - Filter invalid frames * Added filters for 0 address and undefined command references. --- ConfigSettings.h | 2 +- SomfyController.ino.esp32.bin | Bin 1064704 -> 1064704 bytes SomfyController.littlefs.bin | Bin 1441792 -> 1441792 bytes data/index.html | 6 +++--- data/index.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ConfigSettings.h b/ConfigSettings.h index 37da1ca..e851201 100644 --- a/ConfigSettings.h +++ b/ConfigSettings.h @@ -3,7 +3,7 @@ #ifndef configsettings_h #define configsettings_h -#define FW_VERSION "v1.5.2" +#define FW_VERSION "v1.5.3" enum DeviceStatus { DS_OK = 0, DS_ERROR = 1, diff --git a/SomfyController.ino.esp32.bin b/SomfyController.ino.esp32.bin index fb7ad7ee9cc5d5b1310a1c791ce29e399d0490c5..9cac5ca785a44ed1e4a617ce7d8e163094181092 100644 GIT binary patch delta 156 zcmZqp=g{!aVZsIl?OR?}0c8f-Uhls=pC+K*lxzDGy!fS47C*?^cGh&h0m6NtHhm>Y-D*8o0^2Xe|#+;{I0CO*8Df4>ofqd)jhoc delta 156 zcmZqp=g{!aVZsIldBwvC4HXk@oPX?z{^tGRJLB9QnSEKzj}@8EXS3MfPn@1u$QZC$ zfzd^p(Wp69rae`L5r~<9m>Gy!fS47C*?^cGh&h0m6NtHhm>Ytsd+gGpj6V6im)CkB^=tph<~lO4obc#2y< z3LhA}y&St8tWcZq~YfS41A zxqz4(h79KIM z!UqP=KTWm)D->q|i>2v5FmT$m^#w?**+IPBL7WkYnShuXh*^M`6^Pk@m>q~YfS41A zxqz4(h - - + + - +
diff --git a/data/index.js b/data/index.js index 78de6e1..fe2f5d8 100644 --- a/data/index.js +++ b/data/index.js @@ -378,7 +378,7 @@ async function reopenSocket() { await initSockets(); } class General { - appVersion = 'v1.5.2'; + appVersion = 'v1.5.3'; reloadApp = false; async init() { this.setAppVersion();