add docu and silence wakeup option
This commit is contained in:
@@ -84,8 +84,13 @@
|
||||
* @param timezone timezone from UTC-12 to UTC+12
|
||||
*/
|
||||
void timesync_set_timezone( int32_t timezone );
|
||||
|
||||
/*
|
||||
* @brief wrapper function to sync the system with rtc
|
||||
*/
|
||||
void timesyncToSystem( void );
|
||||
/*
|
||||
* @brief wrapper function to sync the rtc with system
|
||||
*/
|
||||
void timesyncToRTC( void );
|
||||
|
||||
#endif // _TIME_SYNC_H
|
||||
|
||||
Reference in New Issue
Block a user