mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-02 23:29:49 +01:00
components/lwip/apps/sntp: modify SNTP function feature
modify makefile for compile SNTP function in lwip, see sntp file.
This commit is contained in:
@@ -77,6 +77,8 @@ typedef struct{
|
||||
}sntp_tm_type;
|
||||
|
||||
void sntp_convert_time(sntp_time_t GMT_Time);
|
||||
|
||||
bool sntp_set_timezone(s8_t timezone);
|
||||
char* sntp_get_real_time(sntp_time_t t);
|
||||
u32_t sntp_get_current_timestamp(void);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user