Browse Source

0.8.64

* merge PR: ETH NTP update bugfix #1385
pull/1394/head
lumapu 9 months ago
parent
commit
92a9e161b2
  1. 1
      src/CHANGES.md
  2. 5
      src/app.cpp

1
src/CHANGES.md

@ -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

5
src/app.cpp

@ -251,11 +251,8 @@ void app::tickNtpUpdate(void) {
#if defined(ETHERNET)
if (!mNtpReceived)
{
mEth.updateNtpTime();
}
else
{
else {
mNtpReceived = false;
isOK = true;
}

Loading…
Cancel
Save