JAndrassy / WiFiEspAT

Arduino networking library. Standard Arduino WiFi networking API over ESP8266 or ESP32 AT commands.
GNU Lesser General Public License v2.1
271 stars 44 forks source link

WiFiWebServer.h: No such file or directory #108

Closed hilmiyafia closed 1 year ago

hilmiyafia commented 1 year ago

I tried running the HelloServer example on my Arduino Mega, but this error came up at compilation:

WiFiWebServer.h: No such file or directory

JAndrassy commented 1 year ago

sorry, then I thought the WiFiWebServer library would become well known. Screenshot from 2023-06-10 15-04-56

hilmiyafia commented 1 year ago

@JAndrassy Thank you for the reply, but now I have this error:

Screenshot 2023-06-11 061858

JAndrassy commented 1 year ago

it was working on Mega then. now it looks like there is some incompatibility in the WiFiWebServer library. try older versions of the WiFiWebServer library

hilmiyafia commented 1 year ago

@JAndrassy Ok thank you, the latest version that works is 1.4.2 😊