We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32def87 commit 184619fCopy full SHA for 184619f
libraries/ESP32/examples/Time/SimpleTime/SimpleTime.ino
@@ -50,7 +50,7 @@ void setup() {
50
* NOTE: configTime() function call if made AFTER DHCP-client run
51
* will OVERRIDE acquired NTP server address
52
*/
53
- esp_sntp_servermode_dhcp(1); // (optional)
+ //esp_sntp_servermode_dhcp(1); // (optional) -- Not used within Arduino Core 3.0.0+
54
55
/**
56
* This will set configured ntp servers and constant TimeZone/daylightOffset
0 commit comments