Change interval from 5 minutes to 24 hours
This commit is contained in:
@@ -18,7 +18,7 @@ const long gmtOffset_sec PROGMEM = 3600;
|
||||
const int daylightOffset PROGMEM = 3600;
|
||||
|
||||
unsigned long lastRunTime = 0;
|
||||
const unsigned long interval PROGMEM = 5 * 60;
|
||||
const unsigned long interval PROGMEM = 24 * 60 * 60;
|
||||
|
||||
WebServer server(80);
|
||||
HTTPClient httpClient;
|
||||
|
||||
Reference in New Issue
Block a user