You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, fantastic library. This is the best of the ESP WiFi management libraries around I think.
However, when opening the 'BasicAutoConnect' example without any modifications on an ESP8266, trying to compile results in:
In file included from C:\Users\Anonymous\Documents\Arduino\libraries\WiFiConnect\src\WiFiConnectOLED.cpp:32:0:
C:\Users\Anonymous\Documents\Arduino\libraries\WiFiConnect\src\WiFiConnectOLED.h:37:25: fatal error: OLEDDisplay.h: No such file or directory
#include "OLEDDisplay.h"
^
compilation terminated
To resole this issue. I have to delete the WiFiConnectOLED.* files and then it compiles.
Would you have any idea why the Arduino compiler is picking up these files even though they aren't linked?
The text was updated successfully, but these errors were encountered:
Firstly, fantastic library. This is the best of the ESP WiFi management libraries around I think.
However, when opening the 'BasicAutoConnect' example without any modifications on an ESP8266, trying to compile results in:
To resole this issue. I have to delete the WiFiConnectOLED.* files and then it compiles.
Would you have any idea why the Arduino compiler is picking up these files even though they aren't linked?
The text was updated successfully, but these errors were encountered: