use accelerometer to enter and exit low energy mode

This commit is contained in:
joeycastillo
2024-11-18 21:45:18 -05:00
parent 3e6079a24b
commit c8da4e5d82
2 changed files with 14 additions and 3 deletions

View File

@@ -57,7 +57,6 @@ static void _activity_logging_face_log_data(activity_logging_state_t *state) {
state->data[pos].reg = data_point.reg;
state->data_points++;
stationary_minutes = 0;
orientation_changes = 0;
}