synctime.c: removed another timeserver URL.
worldtimeserver.com seems also no longer available.
This commit is contained in:
parent
e98b7b1cb3
commit
157c9752d5
@ -102,12 +102,11 @@ typedef struct
|
|||||||
char timeserver[MAX_STRING1];
|
char timeserver[MAX_STRING1];
|
||||||
} conf_t;
|
} conf_t;
|
||||||
|
|
||||||
const char DefaultTimeServer[4][MAX_STRING1] =
|
const char DefaultTimeServer[3][MAX_STRING1] =
|
||||||
{
|
{
|
||||||
"http://pool.ntp.org/",
|
"http://pool.ntp.org/",
|
||||||
"http://nist.time.gov/",
|
"http://nist.time.gov/",
|
||||||
"http://www.google.com/",
|
"http://www.google.com/"
|
||||||
"http://www.worldtimeserver.com/"
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const char *DayStr[] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"};
|
const char *DayStr[] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"};
|
||||||
|
Loading…
Reference in New Issue
Block a user