examples: protocol examples which use common connection component
updated to use esp_netif_init instead of tcpip_adapter in initialization code
This commit is contained in:
@@ -125,7 +125,7 @@ void app_main(void)
|
||||
}
|
||||
ESP_ERROR_CHECK( err );
|
||||
|
||||
tcpip_adapter_init();
|
||||
esp_netif_init();
|
||||
ESP_ERROR_CHECK(esp_event_loop_create_default());
|
||||
|
||||
/* This helper function configures Wi-Fi or Ethernet, as selected in menuconfig.
|
||||
|
||||
Reference in New Issue
Block a user