]> git.earman.xyz Git - sensor-watch.git/commitdiff
wareki face: remove debug code
authorjoeycastillo <joeycastillo@utexas.edu>
Sun, 29 Sep 2024 11:55:47 +0000 (07:55 -0400)
committerjoeycastillo <joeycastillo@utexas.edu>
Sun, 29 Sep 2024 11:55:47 +0000 (07:55 -0400)
movement/watch_faces/complication/wareki_face.c

index 620ef124aa3ab1c1c4fd9f38b840ac725c1cd932..154a5682f63d6aa4a04d59dd34ff879b6e4c4430 100644 (file)
@@ -19,19 +19,6 @@ void wareki_setup(movement_settings_t *settings, uint8_t watch_face_index, void
         *context_ptr = malloc(sizeof(wareki_state_t));
         memset(*context_ptr, 0, sizeof(wareki_state_t));
         // Do any one-time tasks in here; the inside of this conditional happens only at boot.
-
-        //debug code 
-        // watch_date_time datetime = watch_rtc_get_date_time();
-        // datetime.unit.year  = 2022 - WATCH_RTC_REFERENCE_YEAR;
-        // datetime.unit.month = 12;
-        // datetime.unit.day   = 31;
-        // datetime.unit.hour  = 23;
-        // datetime.unit.minute= 59;
-        // datetime.unit.second= 30;
-        // watch_rtc_set_date_time(datetime);
-        // settings->bit.clock_mode_24h = true; //24ๆ™‚้–“่กจ่จ˜
-        // settings->bit.to_interval = 1;//0=60sec 1=2m 2=5m 3=30m
-        // watch_store_backup_data(settings->reg, 0);
     }
 
 }