Optimize finetune and nanosec faces to work with rtc-counter32
This commit is contained in:
@@ -331,9 +331,11 @@ void movement_set_timezone_index(uint8_t value);
|
||||
watch_date_time_t movement_get_utc_date_time(void);
|
||||
watch_date_time_t movement_get_local_date_time(void);
|
||||
watch_date_time_t movement_get_date_time_in_zone(uint8_t zone_index);
|
||||
uint32_t movement_get_utc_timestamp(void);
|
||||
|
||||
void movement_set_utc_date_time(watch_date_time_t date_time);
|
||||
void movement_set_local_date_time(watch_date_time_t date_time);
|
||||
void movement_set_utc_timestamp(uint32_t timestamp);
|
||||
|
||||
bool movement_button_should_sound(void);
|
||||
void movement_set_button_should_sound(bool value);
|
||||
|
||||
Reference in New Issue
Block a user