Removal of ntp_client_plus files, refactoring to use time C lib instead.

This commit is contained in:
2024-04-01 03:32:54 +02:00
parent 52c7794d59
commit 73aa168152
5 changed files with 139 additions and 885 deletions

View File

@@ -66,6 +66,8 @@ void handle_current_state(void);
void handle_data_request(void);
void handle_led_direct(void);
void limit_value_ranges(void);
void log_time(tm local_time);
void ntp_time_update(uint32 *last_ntp_update_us);
void ntp_time_update(uint32 *last_ntp_update_us);
void on_state_entry(uint8_t state);
void read_settings_from_EEPROM(void);