You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/Inkplate10/Projects/Inkplate10_OpenMeteo_Weather_Station/Inkplate10_OpenMeteo_Weather_Station.ino
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ float longitude = 18.6955; // Longitude of the city
37
37
38
38
bool metricUnits = true; // set this to false if you wish to use Imperial units
39
39
40
-
String ntpServer = "pool.ntp.org"; // in case you want to use a different one
40
+
constchar* ntpServer = "pool.ntp.org"; // in case you want to use a different one
0 commit comments