Azure-Samples / iot-hub-c-m0wifi-getstartedkit

Get started with the Adafruit Feather M0 Wifi Azure IoT Starter Kit
MIT License
5 stars 8 forks source link

NTPClient in multiple places #18

Closed caseyhagen closed 8 years ago

caseyhagen commented 8 years ago

Linker error because NTPClient code is both in the project and AzureIoT/util. You have to remove the NTPClient.cpp but leave the NTPClient.h in the remote_monitoring folder. #include will not work.

caseyhagen commented 8 years ago

Verified that moving to https://github.com/stefangordon/AzureIoT branch fixes this issue.