From 2f18613b9edcf4e09a0706dc43984e3b42712a03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Kopi=C4=87?= Date: Wed, 6 Nov 2024 21:32:05 +0100 Subject: [PATCH] Update time on boot --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 882672d..624993e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -316,6 +316,7 @@ bool fetchWeatherData() { void setup(void) { initSystems(); netman.start(); + timeClient.update(); timeClient.begin(); fetchWeatherData(); }