mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 12:37:01 +03:00
Refactor configuration. needs new recovery image! -- release
In order to use this new release, it is recommended to erase the flash and replace the recovery partition with one that is at least at this level.
This commit is contained in:
@@ -258,7 +258,6 @@ static void * console_thread() {
|
||||
run_command(line);
|
||||
/* linenoise allocates line buffer on the heap, so need to free it */
|
||||
linenoiseFree(line);
|
||||
config_commit_to_nvs();
|
||||
taskYIELD();
|
||||
}
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user