* fix NTP lookup if internet connection is not there
* added fallback for NTP to gateway IP
This commit is contained in:
lumapu 2024-09-14 12:12:56 +02:00
parent d155ab1edf
commit 9bc8385af1
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Development Changes
## 0.8.144 - 2024-09-14
* fix NTP lookup if internet connection is not there
* added fallback for NTP to gateway IP
## 0.8.143 - 2024-08-29
* fixed crash #1743

View file

@ -13,7 +13,7 @@
//-------------------------------------
#define VERSION_MAJOR 0
#define VERSION_MINOR 8
#define VERSION_PATCH 143
#define VERSION_PATCH 144
//-------------------------------------
typedef struct {
uint8_t ch;