mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-24 14:26:11 +02:00
Release 0.5.66
(fix NTP sync)
This commit is contained in:
parent
ded5e70d79
commit
f8fe044e1b
3 changed files with 4 additions and 4 deletions
|
@ -148,7 +148,7 @@ void ahoywifi::setupStation(void) {
|
|||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool ahoywifi::getNtpTime(void) {
|
||||
if(CONNECTED != mStaConn)
|
||||
if(GOT_IP != mStaConn)
|
||||
return false;
|
||||
|
||||
IPAddress timeServer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue