Arduino_WiFiConnectionHandler.cpp:52:15: error: 'class WiFiClass' has no member named 'getTime'
ReanimationXP opened this issue · 1 comments
ReanimationXP commented
I am attempting to complete the Arduino IoT Cloud's "Get Started" project (https://create.arduino.cc/iot/onboarding) with a MKR1000 and am receiving the following after it asks for Wi-Fi network credentials and attempts to compile the onboarding sketch. I assume there is some issue with this library, because I have yet to type anything and it cannot compile the base sketch.
/home/builder/opt/libraries/latest/arduino_connectionhandler_0_7_4/src/Arduino_WiFiConnectionHandler.cpp: In member function 'virtual long unsigned int WiFiConnectionHandler::getTime()':
/home/builder/opt/libraries/latest/arduino_connectionhandler_0_7_4/src/Arduino_WiFiConnectionHandler.cpp:52:15: error: 'class WiFiClass' has no member named 'getTime'
return WiFi.getTime();
^~~~~~~
Error during build: exit status 1
pennam commented
Hi @ReanimationXP the Arduino IoT Cloud "Get started" project builds fine on a MKR1000 and your issue seems not related to this library. I suggest you to write on the forum and share more details about your issue.