esp_netif_init();
Posted: Wed Mar 03, 2021 1:40 pm
How does the esp_netif.h library get included in the Arduino IDE?
This
or this
produces this error:
This
Code: Select all
extern "C"
{
#include "esp_netif.h"
}
Code: Select all
#include "esp_netif.h"
Code: Select all
esp_netif.h: No such file or directory