Closed thewongwaae closed 6 years ago
I have a problem that I've been fuming over for quite a long time now... I put this in: #include <ESP8266WiFi.h> And it gives me an error saying: ESP8266WiFi.h: No such file or directory
#include <ESP8266WiFi.h>
ESP8266WiFi.h: No such file or directory
But why? Shouldn't it be correct?
I just realised that it is because I am not using the right settings on my board. This can be closed.
I have a problem that I've been fuming over for quite a long time now... I put this in:
#include <ESP8266WiFi.h>
And it gives me an error saying:ESP8266WiFi.h: No such file or directory
But why? Shouldn't it be correct?