mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 22:17:17 +03:00
troubleshoot ota crash
This commit is contained in:
@@ -83,7 +83,7 @@ void init_cJSON(){
|
|||||||
// initialize cJSON hooks it uses SPIRAM memory
|
// initialize cJSON hooks it uses SPIRAM memory
|
||||||
// as opposed to IRAM
|
// as opposed to IRAM
|
||||||
hooks.malloc_fn=&malloc_fn;
|
hooks.malloc_fn=&malloc_fn;
|
||||||
hooks.free_fn=&free_fn;
|
//hooks.free_fn=&free_fn;
|
||||||
cJSON_InitHooks(&hooks);
|
cJSON_InitHooks(&hooks);
|
||||||
}
|
}
|
||||||
void config_init(){
|
void config_init(){
|
||||||
|
|||||||
Reference in New Issue
Block a user