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 dca374a + 252f7e9 commit 52e3992Copy full SHA for 52e3992
components/esp8266/source/startup.c
@@ -60,7 +60,6 @@ static void user_init_entry(void *param)
60
assert(watchdog_init() == 0);
61
assert(wifi_timer_init() == 0);
62
63
- tcpip_adapter_init();
64
esp_wifi_set_rx_pbuf_mem_type(WIFI_RX_PBUF_DRAM);
65
66
app_main();
0 commit comments