mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
11 lines
132 B
C
11 lines
132 B
C
#ifndef __sntp_lwip2_h__
|
|
#define __sntp_lwip2_h__
|
|
|
|
extern "C" {
|
|
|
|
bool sntp_set_timezone_in_seconds(sint32 timezone);
|
|
|
|
}
|
|
|
|
#endif
|