Release 0.5.66

(fix NTP sync)
This commit is contained in:
lumapu 2022-12-30 23:17:22 +01:00
parent ded5e70d79
commit f8fe044e1b
3 changed files with 4 additions and 4 deletions

View file

@ -148,7 +148,7 @@ void ahoywifi::setupStation(void) {
//-----------------------------------------------------------------------------
bool ahoywifi::getNtpTime(void) {
if(CONNECTED != mStaConn)
if(GOT_IP != mStaConn)
return false;
IPAddress timeServer;