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
staticconstchar stod14[] PROGMEM = "settimeofday() can't set time!\n";
68
-
boolsntp_set_timezone(sint8 timezone);
69
-
boolsntp_set_timezone_in_seconds(int32_ttimezone)
70
-
{
71
-
returnsntp_set_timezone((sint8)(timezone/(60*60))); //TODO: move this to the same file as sntp_set_timezone() in lwip1.4, and implement correctly over there.
0 commit comments