We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6d5d7 commit ba9eb7eCopy full SHA for ba9eb7e
src/utility/time/NTPUtils.h
@@ -54,7 +54,7 @@ class NTPUtils
54
static int const MAX_NTP_PORT = 65535;
55
#endif
56
static unsigned long const NTP_TIMEOUT_MS = 1000;
57
- static char constexpr * NTP_TIME_SERVER = "time.arduino.cc";
+ static constexpr const char * NTP_TIME_SERVER = "time.arduino.cc";
58
59
static void sendNTPpacket(UDP & udp);
60
};
0 commit comments