ESP_ERROR_CHECK( esp_wifi_init(&cfg) ); ESP_ERROR_CHECK( esp_event_handler_register(WIFI_EVENT, ESP_EVENT_ANY_ID, &event_handler, NULL) ); ESP_ERROR_CHECK( esp_event_handler_register(IP_EVENT, IP_EVENT_STA_GOT_IP, &event_handler, NULL) ); ESP_ERROR_CHECK( esp_event_handler_regi...
#include"esp_netif.h" produces this error: Code:Select all esp_netif.h: No such fileordirectory lbernstone Posts:861 Joined:Mon Jul 22, 2019 3:20 pm Re: esp_netif_init(); Postbylbernstone»Wed Mar 03, 2021 3:14 pm arduino-esp32 1.0.5 is built on IDF 3.3. There is an optio...
When an EMAC and a TEMAC are included my design using LwIP, the following error messages occur: "./ppc405_0/lib//liblwip4.a(xtemacif.o): In function `lwip_init': contrib/ports/v2pro/netif/xtemacif.c:584: multiple definition of `lwip_init' ./ppc405_0/lib//liblwip4.a(xemac...