I get the following error
HomeSeerBoard1:38:10: fatal error: ESP8266WiFi.h: No such file or directory
#include <ESP8266WiFi.h>
^~~~~~~~~~~~~~~
compilation terminated.
exit status 1
ESP8266WiFi.h: No such file or directory
I have added the NodeMCU board via Arduino Tools - Added via Board Manager
I have installed the libraries as per the Plugin (5 libraries that are copied into the Arduino/libraries folder
Get this error when compiling, as can't find the header files.
Am I missing something in the configuration of the softrware?
Thanks for any help
HomeSeerBoard1:38:10: fatal error: ESP8266WiFi.h: No such file or directory
#include <ESP8266WiFi.h>
^~~~~~~~~~~~~~~
compilation terminated.
exit status 1
ESP8266WiFi.h: No such file or directory
I have added the NodeMCU board via Arduino Tools - Added via Board Manager
I have installed the libraries as per the Plugin (5 libraries that are copied into the Arduino/libraries folder
Get this error when compiling, as can't find the header files.
Am I missing something in the configuration of the softrware?
Thanks for any help
Comment