MicroOcpp icon indicating copy to clipboard operation
MicroOcpp copied to clipboard

ready to use for ESP32?

Open appplay01 opened this issue 3 years ago • 0 comments

compile error with ESP32. error return In file included from src/main.cpp:18:0: .pio/libdeps/esp32dev/WiFiManager/WiFiManager.h:16:25: fatal error: ESP8266WiFi.h: No such file or directory


  • Looking for ESP8266WiFi.h dependency? Check our library registry!
  • CLI > platformio lib search "header:ESP8266WiFi.h"
  • Web > https://registry.platformio.org/search?q=header:ESP8266WiFi.h

compilation terminated. *** [.pio\build\esp32dev\src\main.cpp.o] Error 1

appplay01 avatar Mar 19 '22 04:03 appplay01