mqtt free mem to 40k, v3.7.0-dev1

This commit is contained in:
MichaelDvP
2023-08-29 12:40:10 +02:00
parent 1818057c4c
commit f6a4da0584
3 changed files with 4 additions and 2 deletions

View File

@@ -9,3 +9,5 @@
## Fixed ## Fixed
## Changed ## Changed
- set EMC_MIN_FREE_MEMORY to 40960

View File

@@ -29,7 +29,7 @@ the LICENSE file.
#endif #endif
#ifndef EMC_MIN_FREE_MEMORY #ifndef EMC_MIN_FREE_MEMORY
#define EMC_MIN_FREE_MEMORY 16384 #define EMC_MIN_FREE_MEMORY 40960
#endif #endif
#ifndef EMC_ESP8266_MULTITHREADING #ifndef EMC_ESP8266_MULTITHREADING

View File

@@ -1 +1 @@
#define EMSESP_APP_VERSION "3.7.0-dev.0" #define EMSESP_APP_VERSION "3.7.0-dev.1"