troubleshoot ota crash

This commit is contained in:
Sebastien
2019-11-13 10:51:19 -05:00
parent db85cb342f
commit 2c3df6a8ce

View File

@@ -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(){