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 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.