mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-21 18:27:17 +02:00
parent
a50cb255a2
commit
92a9e161b2
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -251,11 +251,8 @@ void app::tickNtpUpdate(void) {
|
|||
|
||||
#if defined(ETHERNET)
|
||||
if (!mNtpReceived)
|
||||
{
|
||||
mEth.updateNtpTime();
|
||||
}
|
||||
else
|
||||
{
|
||||
else {
|
||||
mNtpReceived = false;
|
||||
isOK = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue