]> git.earman.xyz Git - sensor-watch.git/commitdiff
movement: make TOTP face go home on timeout
authorJoey Castillo <joeycastillo@utexas.edu>
Wed, 24 Nov 2021 17:18:28 +0000 (12:18 -0500)
committerJoey Castillo <joeycastillo@utexas.edu>
Wed, 24 Nov 2021 17:18:28 +0000 (12:18 -0500)
movement/watch_faces/complications/totp_face.c

index 017a774b0af419384d05688c20a0c03521ea051d..e58fb47d3d2c3a655d503aab387d81c0824b66fc 100644 (file)
@@ -63,7 +63,7 @@ bool totp_face_loop(movement_event_t event, movement_settings_t *settings, void
             movement_illuminate_led();
             break;
         case EVENT_TIMEOUT:
-            // go home
+            movement_move_to_face(0);
             break;
         case EVENT_ALARM_BUTTON_DOWN:
         case EVENT_ALARM_BUTTON_UP: