Open
Description
Hello,
could you help me please with this, I get an error while compiling the code in nodemcu ESP8266, when I change the board everything is okey but when I chose the nodemcu ESP8266 it show's this error, it's in the gpio_viewer.h
In file included from C:\Users\HP 17\Documents\Arduino\gpio.ino:23:
c:\Users\HP 17\Documents\Arduino\libraries\GPIOViewer\src/gpio_viewer.h:5:10: fatal error: WebServer.h: No such file or directory
5 | #include <WebServer.h>
| ^~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: exit status 1