mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-22 09:37:00 +08:00
feat(esp8266): Remove TCPIP adapter initilization from startup.
User should initialize TCPIP adapter at "app_main".
This commit is contained in:
@ -60,7 +60,6 @@ static void user_init_entry(void *param)
|
|||||||
assert(watchdog_init() == 0);
|
assert(watchdog_init() == 0);
|
||||||
assert(wifi_timer_init() == 0);
|
assert(wifi_timer_init() == 0);
|
||||||
|
|
||||||
tcpip_adapter_init();
|
|
||||||
esp_wifi_set_rx_pbuf_mem_type(WIFI_RX_PBUF_DRAM);
|
esp_wifi_set_rx_pbuf_mem_type(WIFI_RX_PBUF_DRAM);
|
||||||
|
|
||||||
app_main();
|
app_main();
|
||||||
|
Reference in New Issue
Block a user