mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
release heap used by logDebug(true) (fix #1508)
This commit is contained in:
parent
5e4fbadebe
commit
e03ab5ace8
@ -261,6 +261,10 @@ static void initDone() {
|
||||
|
||||
jswrap_wifi_restore();
|
||||
|
||||
#ifdef RELEASE
|
||||
jswrap_ESP8266_logDebug(false);
|
||||
#endif
|
||||
|
||||
// Register the idle callback handler to run the main loop
|
||||
//ets_set_idle_cb(idle_cb, NULL); //
|
||||
queueTaskMainLoop(); // get things going without idle callback
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user