khoih-prog / WiFiWebServer

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
104 stars 21 forks source link

Integration with Arduino IDE 2.0 doesn't seem to work? #21

Closed sanford closed 1 year ago

sanford commented 1 year ago

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

khoih-prog commented 1 year ago

I suggest you use the stabler and proven IDE v1.8.19 instead of v2.0.0

There are still many more bugs there, for experimenting only.

It seems that you or IDE forgot to install the library WiFiWebServer