mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-28 17:56:21 +02:00
0.8.144
* fix NTP lookup if internet connection is not there * added fallback for NTP to gateway IP
This commit is contained in:
parent
d155ab1edf
commit
9bc8385af1
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue