hello, in my IoT project, when i compiled the sketch this error 'esp_netif_type.h no such file or directory' was obtained. Any help to solve it please?
i am using these libraries that are installed properly from ESP by espressif
#include <WiFi.h>
#include <WebServer.h>
#include <WebSocketsServer.h>
#include <Wire.h>
#include <ArduinoJson.h>
#include <SPIFFS.h>
if the code is necessary to debug the problem i will upload upon request
2 posts - 2 participants