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 12ae6f8 commit 7d96e20Copy full SHA for 7d96e20
main.cpp
@@ -53,7 +53,7 @@ void remote_http_callback(char*);
53
54
// Small variations have been added to the timing values below
55
// to minimize conflicting events
56
-#define NTP_SYNC_INTERVAL 86413L // NYP sync interval, in units of seconds
+#define NTP_SYNC_INTERVAL 1440L // NYP sync interval, every 30 mins, expressed in seconds
57
#define RTC_SYNC_INTERVAL 3607 // RTC sync interval, 3600 secs
58
#define CHECK_NETWORK_INTERVAL 601 // Network checking timeout, 10 minutes
59
#define CHECK_WEATHER_TIMEOUT 7207L // Weather check interval: 2 hours
0 commit comments