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
I found very difficult to compile, having multiple circular references errors
Then i changed wifi.h name to wifi_dro.h and in the .INO file line 315 i changed to #include "wifi_dro.h" // Load the Wifi / NTP stuff
now it compiles, i hope this was helpful.
The text was updated successfully, but these errors were encountered:
I found very difficult to compile, having multiple circular references errors
Then i changed wifi.h name to wifi_dro.h and in the .INO file line 315 i changed to #include "wifi_dro.h" // Load the Wifi / NTP stuff
now it compiles, i hope this was helpful.
The text was updated successfully, but these errors were encountered: