mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-25 14:56: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
|
@ -1,6 +1,6 @@
|
||||||
# Changelog v0.5.65
|
# Changelog v0.5.66
|
||||||
|
|
||||||
**Note:** Version `0.5.42` to `0.5.64` were development versions. Last release version before this release was `0.5.41`
|
**Note:** Version `0.5.42` to `0.5.65` were development versions. Last release version was `0.5.41`
|
||||||
Detailed change log (development changes): https://github.com/lumapu/ahoy/blob/945a671d27d10d0f7c175ebbf2fbb2806f9cd79a/src/CHANGES.md
|
Detailed change log (development changes): https://github.com/lumapu/ahoy/blob/945a671d27d10d0f7c175ebbf2fbb2806f9cd79a/src/CHANGES.md
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
//-------------------------------------
|
//-------------------------------------
|
||||||
#define VERSION_MAJOR 0
|
#define VERSION_MAJOR 0
|
||||||
#define VERSION_MINOR 5
|
#define VERSION_MINOR 5
|
||||||
#define VERSION_PATCH 65
|
#define VERSION_PATCH 66
|
||||||
|
|
||||||
//-------------------------------------
|
//-------------------------------------
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
|
@ -148,7 +148,7 @@ void ahoywifi::setupStation(void) {
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
bool ahoywifi::getNtpTime(void) {
|
bool ahoywifi::getNtpTime(void) {
|
||||||
if(CONNECTED != mStaConn)
|
if(GOT_IP != mStaConn)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
IPAddress timeServer;
|
IPAddress timeServer;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue