This is simple yet complete WebServer library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD, STM32, RP2040-based, etc. boards running WiFi modules/shields (WiFiNINA, CYW43439, U-Blox W101, W102, etc.). The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32. Now using WiFiMulti_Generic library
MIT License
105
stars
21
forks
source link
Integration with Arduino IDE 2.0 doesn't seem to work? #21
Installing the WiFiWebServer library in IDE 2.0 works.
However, trying to include the main header file doesn't appear to work:
include
returns an error:
Compilation error: WifiWebServer.h: No such file or directory