refactor LE and TO intervals to function calls

This commit is contained in:
joeycastillo
2024-09-29 08:53:39 -04:00
parent 4deeb2b9be
commit 379a795ad3
6 changed files with 29 additions and 7 deletions

View File

@@ -57,7 +57,7 @@ void demo_face_activate(movement_settings_t *settings, void *context) {
(void) context;
movement_request_tick_frequency(0);
// ensure the watch never enters low energy mode
settings->bit.le_interval = 0;
movement_set_low_energy_timeout(0);
settings->bit.led_duration = 3;
}