Configure SNTP

This commit is contained in:
2023-05-16 00:05:55 +01:00
parent 62405149ad
commit 744f8b2504
6 changed files with 107 additions and 7 deletions

View File

@@ -21,4 +21,9 @@ void time_manager_init(void);
*/
Time get_time(void);
/**
* Set the time.
*/
void set_time(Time time);
#endif