From 9bc8385af18f8a85f324c675386d5717272c1dc4 Mon Sep 17 00:00:00 2001 From: lumapu Date: Sat, 14 Sep 2024 12:12:56 +0200 Subject: [PATCH] 0.8.144 * fix NTP lookup if internet connection is not there * added fallback for NTP to gateway IP --- src/CHANGES.md | 4 ++++ src/defines.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/CHANGES.md b/src/CHANGES.md index 6975fbf1..de2d149d 100644 --- a/src/CHANGES.md +++ b/src/CHANGES.md @@ -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 diff --git a/src/defines.h b/src/defines.h index 2f32e49e..6921c720 100644 --- a/src/defines.h +++ b/src/defines.h @@ -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;