esp32s2: don't delete the event loop

.. it seems to make the esp-idf grumpy.
This commit is contained in:
Jeff Epler 2020-11-18 17:45:42 -06:00
parent 8ac9b176c9
commit 83d790ad8f
1 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ void wifi_reset(void) {
radio->handler_instance_got_ip));
ESP_ERROR_CHECK(esp_wifi_deinit());
esp_netif_destroy(radio->netif);
ESP_ERROR_CHECK(esp_event_loop_delete_default());
radio->netif = NULL;
}