Skip to content

Commit

Permalink
mqtt free mem to 40k, v3.7.0-dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDvP committed Aug 29, 2023
1 parent 1818057 commit f6a4da0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
## Fixed

## Changed

- set EMC_MIN_FREE_MEMORY to 40960
2 changes: 1 addition & 1 deletion lib/espMqttClient/src/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ the LICENSE file.
#endif

#ifndef EMC_MIN_FREE_MEMORY
#define EMC_MIN_FREE_MEMORY 16384
#define EMC_MIN_FREE_MEMORY 40960
#endif

#ifndef EMC_ESP8266_MULTITHREADING
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define EMSESP_APP_VERSION "3.7.0-dev.0"
#define EMSESP_APP_VERSION "3.7.0-dev.1"

0 comments on commit f6a4da0

Please sign in to comment.