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
The demo sketch connectToWifi fails to compile:
error: 'class AnduinoWiFi' has no member named 'isAPmode'
error: 'class AnduinoWiFi' has no member named 'getClient'
error: 'class AnduinoWiFi' has no member named 'parseRequest'
These functions are present in AnduinoAP.h, but including that does not change the compile errors.
Guidance would be gratefully appreciated.
The text was updated successfully, but these errors were encountered:
The demo sketch connectToWifi fails to compile:
error: 'class AnduinoWiFi' has no member named 'isAPmode'
error: 'class AnduinoWiFi' has no member named 'getClient'
error: 'class AnduinoWiFi' has no member named 'parseRequest'
These functions are present in AnduinoAP.h, but including that does not change the compile errors.
Guidance would be gratefully appreciated.
The text was updated successfully, but these errors were encountered: