mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Update for time.c
configTime needs timezone as long
This commit is contained in:
parent
d46ad79aa0
commit
a394787aa1
@ -271,7 +271,7 @@ long random(long, long);
|
||||
void randomSeed(unsigned long);
|
||||
long map(long, long, long, long, long);
|
||||
|
||||
extern "C" void configTime(int timezone, int daylightOffset_sec,
|
||||
extern "C" void configTime(long timezone, int daylightOffset_sec,
|
||||
const char* server1, const char* server2 = nullptr, const char* server3 = nullptr);
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user