Explorar o código

troubleshoot ota crash

Sebastien %!s(int64=5) %!d(string=hai) anos
pai
achega
2c3df6a8ce
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      main/config.c

+ 1 - 1
main/config.c

@@ -83,7 +83,7 @@ void init_cJSON(){
 	// initialize cJSON hooks it uses SPIRAM memory
 	// as opposed to IRAM
 	hooks.malloc_fn=&malloc_fn;
-    hooks.free_fn=&free_fn;
+    //hooks.free_fn=&free_fn;
 	cJSON_InitHooks(&hooks);
 }
 void config_init(){