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