ElektorLabs / 191148-RemakeWeatherStation

RemakeWeatherStation
12 stars 4 forks source link

NTP Client Lib #7

Closed Pakl8 closed 3 years ago

Pakl8 commented 3 years ago

Using release 3.0.2 will result in a error when compiling and a constant reboot. Using release 3.0.1 will work fine.

Error: NTPClientLib.cpp:289:41: note: candidate 2: operator==(uint32_t {aka unsigned int}, uint32_t {aka unsigned int}) if (ntpServerIPAddress == (uint32_t)(0)) {

lab-mathias-claussen commented 3 years ago

Hi,

this is related to https://github.com/gmag11/NtpClient/issues/105 . For the time beeing currently we can recommend using the 3.01 for now till the bug is fixed.

Best Regards

lab-mathias-claussen commented 3 years ago

The project has changed from an ArduinoIDE Project to a PlattformIO project. This means that now NtpClient 3.0.1 is included, which shall "solve" the versioning problem for now.