Skip to content

Commit c922201

Browse files
committed
ntpserver custom option
rewrite
1 parent 7c1564f commit c922201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Inkplate10/Projects/Inkplate10_OpenMeteo_Weather_Station/Inkplate10_OpenMeteo_Weather_Station.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ float longitude = 18.6955; // Longitude of the city
3737

3838
bool metricUnits = true; // set this to false if you wish to use Imperial units
3939

40-
String ntpServer = "pool.ntp.org"; // in case you want to use a different one
40+
const char* ntpServer = "pool.ntp.org"; // in case you want to use a different one
4141

4242
// --- Device and Data Objects ---
4343
Inkplate inkplate(INKPLATE_3BIT); // Create Inkplate display object (3-bit mode for partial grayscale)

0 commit comments

Comments
 (0)