Skip to content

Commit

Permalink
0.8.64
Browse files Browse the repository at this point in the history
* merge PR: ETH NTP update bugfix #1385
  • Loading branch information
lumapu committed Jan 22, 2024
1 parent a50cb25 commit 92a9e16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 0.8.64 - 2024-01-22
* add `ARC` to log (NRF24 Debug)
* merge PR: ETH NTP update bugfix #1385

## 0.8.63 - 2024-01-22
* made code review
Expand Down
5 changes: 1 addition & 4 deletions src/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,11 +251,8 @@ void app::tickNtpUpdate(void) {

#if defined(ETHERNET)
if (!mNtpReceived)
{
mEth.updateNtpTime();
}
else
{
else {
mNtpReceived = false;
isOK = true;
}
Expand Down

0 comments on commit 92a9e16

Please sign in to comment.