mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 19:20:30 +08:00
Code review commit
This commit is contained in:
parent
9ee319c888
commit
a13c8c35b8
|
@ -399,7 +399,7 @@ bool sunrise_sunset_face_loop(movement_event_t event, movement_settings_t *setti
|
|||
movement_request_tick_frequency(4);
|
||||
_sunrise_sunset_face_update_settings_display(event, context);
|
||||
}
|
||||
else{
|
||||
else {
|
||||
state->active_digit = 0;
|
||||
state->page = 0;
|
||||
_sunrise_sunset_face_update_location_register(state);
|
||||
|
|
|
@ -53,9 +53,9 @@ typedef struct {
|
|||
uint8_t active_digit;
|
||||
bool location_changed;
|
||||
watch_date_time rise_set_expires;
|
||||
uint8_t longLatToUse;
|
||||
sunrise_sunset_lat_lon_settings_t working_latitude;
|
||||
sunrise_sunset_lat_lon_settings_t working_longitude;
|
||||
uint8_t longLatToUse;
|
||||
} sunrise_sunset_state_t;
|
||||
|
||||
void sunrise_sunset_face_setup(movement_settings_t *settings, uint8_t watch_face_index, void ** context_ptr);
|
||||
|
|
Loading…
Reference in a new issue