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) { void setup(void) {
initSystems(); initSystems();
netman.start(); netman.start();
timeClient.update();
timeClient.begin(); timeClient.begin();
fetchWeatherData(); fetchWeatherData();
} }