mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 04:27:12 +03:00
OTA + nvs parameters bug fixes
This commit is contained in:
@@ -164,8 +164,6 @@ void wifi_manager_start(){
|
||||
/* disable the default wifi logging */
|
||||
esp_log_level_set("wifi", ESP_LOG_NONE);
|
||||
|
||||
/* initialize flash memory */
|
||||
nvs_flash_init();
|
||||
|
||||
/* memory allocation */
|
||||
wifi_manager_queue = xQueueCreate( 3, sizeof( queue_message) );
|
||||
|
||||
Reference in New Issue
Block a user