mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-25 20:02:37 +03:00
11 lines
128 B
C
11 lines
128 B
C
#ifndef __sntp_lwip2_h__
|
|
#define __sntp_lwip2_h__
|
|
|
|
extern "C" {
|
|
|
|
bool sntp_set_timezone_in_seconds(sint32 timezone);
|
|
|
|
}
|
|
|
|
#endif
|