mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 19:12:10 +01:00
Allocate more memory for json files.
This commit is contained in:
parent
1edd5d9b87
commit
7d9d0b7fe9
8 changed files with 10 additions and 10 deletions
|
|
@ -1263,7 +1263,7 @@ var security = new Security();
|
|||
|
||||
class General {
|
||||
initialized = false;
|
||||
appVersion = 'v2.3.1';
|
||||
appVersion = 'v2.3.2';
|
||||
reloadApp = false;
|
||||
init() {
|
||||
if (this.initialized) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue