Fix order

This commit is contained in:
Tomislav Kopić 2024-11-06 21:32:48 +01:00
parent 2f18613b9e
commit 67325370d3

View File

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