mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Set checksum for RTV prog command
This commit is contained in:
parent
fe2f50ab9f
commit
0314760bec
6 changed files with 3 additions and 4 deletions
|
|
@ -1 +1 @@
|
|||
2.1.3
|
||||
2.1.4
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue