Fix order
This commit is contained in:
parent
2f18613b9e
commit
67325370d3
@ -316,8 +316,8 @@ bool fetchWeatherData() {
|
||||
void setup(void) {
|
||||
initSystems();
|
||||
netman.start();
|
||||
timeClient.update();
|
||||
timeClient.begin();
|
||||
timeClient.update();
|
||||
fetchWeatherData();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user