mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
rotate right (#7320)
This commit is contained in:
parent
5762712277
commit
52b3e5b7b3
@ -175,7 +175,7 @@ void configTime(int timezone_sec, int daylightOffset_sec, const char* server1, c
|
||||
tzr->d = 0;
|
||||
tzr->s = 0;
|
||||
tzr->change = 0;
|
||||
tzr->offset = _timezone;
|
||||
tzr->offset = -_timezone;
|
||||
}
|
||||
|
||||
// sntp servers
|
||||
|
Loading…
x
Reference in New Issue
Block a user