mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-04 12:29:40 +00:00
Examples: Remove deprecated system_init() call
This commit is contained in:
@@ -369,7 +369,6 @@ static void https_get_task(void *pvParameters)
|
||||
void app_main()
|
||||
{
|
||||
nvs_flash_init();
|
||||
system_init();
|
||||
initialise_wifi();
|
||||
xTaskCreate(&https_get_task, "https_get_task", 8192, NULL, 5, NULL);
|
||||
}
|
||||
|
Reference in New Issue
Block a user