Skip to content

Commit

Permalink
0.8.144
Browse files Browse the repository at this point in the history
* fix NTP lookup if internet connection is not there
* added fallback for NTP to gateway IP
  • Loading branch information
lumapu committed Sep 14, 2024
1 parent d155ab1 commit 9bc8385
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9bc8385

Please sign in to comment.