NTP: Fix nullptr if network is connected after setup()

This commit is contained in:
Petr Kracik
2026-02-04 14:45:47 +01:00
committed by Petr Kracík
parent 891fc906bb
commit 8a16be1bea
2 changed files with 20 additions and 6 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
namespace NTP_Utils {
void setup();
bool setup();
void update();
String getFormatedTime();