We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2556c96 commit 5692b4fCopy full SHA for 5692b4f
firmware/src/core/globaltime/GlobalTime.h
@@ -93,8 +93,8 @@ class GlobalTime {
93
NTPClient *m_timeClient{nullptr};
94
95
unsigned long m_updateInterval = 900000; // Update every 15 min
96
- int m_lowYearTest = 2020;
97
- int m_highYearTest = 2030;
+ const int m_lowYearTest = 2025;
+ const int m_highYearTest = 2035;
98
unsigned long m_oneSecond = 1000;
99
unsigned long m_updateTimer = 0;
100
0 commit comments