We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a185549 + 0f70817 commit e2b5ae2Copy full SHA for e2b5ae2
ports/esp32s2/common-hal/wifi/__init__.c
@@ -143,8 +143,8 @@ void wifi_reset(void) {
143
radio->handler_instance_got_ip));
144
ESP_ERROR_CHECK(esp_wifi_deinit());
145
esp_netif_destroy(radio->netif);
146
+ ESP_ERROR_CHECK(esp_event_loop_delete_default());
147
radio->netif = NULL;
- ESP_ERROR_CHECK(esp_netif_deinit());
148
}
149
150
void ipaddress_ipaddress_to_esp_idf(mp_obj_t ip_address, ip_addr_t* esp_ip_address) {
0 commit comments