Update time on boot

This commit is contained in:
Tomislav Kopić 2024-11-06 21:32:05 +01:00
parent 67fda7c395
commit 2f18613b9e

View File

@ -316,6 +316,7 @@ bool fetchWeatherData() {
void setup(void) {
initSystems();
netman.start();
timeClient.update();
timeClient.begin();
fetchWeatherData();
}