]> git.earman.xyz Git - sensor-watch.git/commitdiff
battery monitor: hide signal indicator in sleep
authorJoey Castillo <joeycastillo@utexas.edu>
Thu, 3 Mar 2022 17:41:48 +0000 (11:41 -0600)
committerJoey Castillo <joeycastillo@utexas.edu>
Thu, 3 Mar 2022 17:41:48 +0000 (11:41 -0600)
movement/watch_faces/demo/voltage_face.c

index 147ec0175734d717fc5a64fffaccfa8c51f062f6..2a568d2c96abc33eb1118f7f554bab8ea49fd5c7 100644 (file)
@@ -74,6 +74,7 @@ bool voltage_face_loop(movement_event_t event, movement_settings_t *settings, vo
             }
             break;
         case EVENT_LOW_ENERGY_UPDATE:
+            watch_clear_indicator(WATCH_INDICATOR_SIGNAL);
             watch_display_string("BA  SLEEP ", 0);
             break;
         default: