OTA + nvs parameters bug fixes

This commit is contained in:
Sebastien
2019-10-15 21:01:22 -04:00
parent 47f24dbbfd
commit d4315f29ca
11 changed files with 591 additions and 134 deletions

View File

@@ -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) );