platform: esp8266: fix timezone offsets
This commit is contained in:
parent
04bdf5323c
commit
a5d468efde
@ -10,7 +10,7 @@ __NOINIT_ATTR static uint16_t s_forceSafeMode;
|
||||
#define SAFE_MODE_MAGIC 6942
|
||||
|
||||
WiFiUDP wifiUdp;
|
||||
NTPClient timeClient(wifiUdp, "pool.ntp.org", 3600 * -7);
|
||||
NTPClient timeClient(wifiUdp, "pool.ntp.org", 0);
|
||||
|
||||
template<>
|
||||
const char*
|
||||
|
Loading…
Reference in New Issue
Block a user