ETH NTP update bugfix

This commit is contained in:
geronet1 2024-01-22 11:06:48 +01:00
parent e039820dba
commit 643635bee1
2 changed files with 19 additions and 11 deletions

View file

@ -351,6 +351,7 @@ class app : public IApp, public ah::Scheduler {
void tickNtpUpdate(void);
#if defined(ETHERNET)
void onNtpUpdate(bool gotTime);
bool mNtpReceived;
#endif /* defined(ETHERNET) */
void updateNtp(void);