We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587e74d commit 654d773Copy full SHA for 654d773
src/SyncTime.cpp
@@ -7,7 +7,7 @@
7
8
namespace Watchy_SyncTime {
9
10
-RTC_DATA_ATTR const char *ntpServer;
+RTC_DATA_ATTR const char *ntpServer = NTP_SERVER;
11
12
// RTC does not know about TZ
13
// so DST has to be in app code
0 commit comments