Page 1 of 1

#include "esp_netif.h"

Posted: Tue Mar 02, 2021 7:24 pm
by idahowalker
#include "esp_netif.h"

Just trying to run this

Code: Select all

////
void wifi_init()
{
  esp_netif_init();
}
for now. Which needs esp_netif.h. Trying to include the fil gives this error:

Code: Select all

ESP32_MQTT_API:11:23: fatal error: esp_netif.h: No such file or directory
compilation terminated.
exit status 1
esp_netif.h: No such file or directory
How do I include it? Using the Arduino IDE with the 1.5.0 some something core.