mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
mqtt free mem to 40k, v3.7.0-dev1
This commit is contained in:
@@ -9,3 +9,5 @@
|
|||||||
## Fixed
|
## Fixed
|
||||||
|
|
||||||
## Changed
|
## Changed
|
||||||
|
|
||||||
|
- set EMC_MIN_FREE_MEMORY to 40960
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
#define EMSESP_APP_VERSION "3.7.0-dev.0"
|
#define EMSESP_APP_VERSION "3.7.0-dev.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user