release heap used by logDebug(true) (fix #1508)

This commit is contained in:
Mark Becker 2018-10-12 22:54:16 +02:00 committed by GitHub
parent 5e4fbadebe
commit e03ab5ace8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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