recheck interval to 5 min

This commit is contained in:
2024-12-03 15:36:50 +01:00
parent 204920c5fb
commit 2112be1b02

View File

@@ -18,7 +18,7 @@ const long gmtOffset_sec PROGMEM = 3600;
const int daylightOffset PROGMEM = 3600;
unsigned long lastRunTime = 0;
const unsigned long interval PROGMEM = 1 * 60;
const unsigned long interval PROGMEM = 5 * 60;
WebServer server(80);
HTTPClient httpClient;