movement: after profiling, temp and battery can ignore timeout

This commit is contained in:
Joey Castillo 2021-12-01 09:25:40 -05:00
parent 333c5e8b9e
commit b60d63f263
2 changed files with 4 additions and 4 deletions

View File

@ -47,8 +47,8 @@ bool voltage_face_loop(movement_event_t event, movement_settings_t *settings, vo
watch_clear_indicator(WATCH_INDICATOR_SIGNAL);
}
break;
case EVENT_TIMEOUT:
movement_move_to_face(0);
case EVENT_LOW_ENERGY_UPDATE:
watch_display_string("BA SLEEP ", 0);
break;
default:
break;

View File

@ -57,8 +57,8 @@ bool thermistor_readout_face_loop(movement_event_t event, movement_settings_t *s
watch_clear_indicator(WATCH_INDICATOR_SIGNAL);
}
break;
case EVENT_TIMEOUT:
movement_move_to_face(0);
case EVENT_LOW_ENERGY_UPDATE:
watch_display_string("TE SLEEP ", 0);
break;
default:
break;