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

fatal error: functional-vlpp.h: No such file or directory #12

Closed pedrogagu closed 2 years ago

pedrogagu commented 2 years ago

In file included from D:\PROYECTOS_ARDUINO\esp8266_led2\esp8266_led2.ino:4:0: D:\PROYECTOS_ARDUINO\libraries\WiFiWebServer-1.4.2\src/WiFiWebServer.h:122:10: fatal error: functional-vlpp.h: No such file or directory

include

khoih-prog commented 2 years ago

Thanks for using the library.

I suggest that before using any library, you'd better to scan through README, especially Prerequisites, if any. Then you'll know you have to install functional-vlpp library and avoid the error.

Good Luck,