From e36af0e5a368290848cec413c799d499e266a0c4 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Thu, 21 Apr 2022 15:37:12 -0400 Subject: movement: only run custom commands at first launch --- movement/alt_fw/the_stargazer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'movement/alt_fw') diff --git a/movement/alt_fw/the_stargazer.h b/movement/alt_fw/the_stargazer.h index edf49ffa..50a89aad 100644 --- a/movement/alt_fw/the_stargazer.h +++ b/movement/alt_fw/the_stargazer.h @@ -30,6 +30,7 @@ #define MOVEMENT_CUSTOM_BOOT_COMMANDS() { \ movement_state.settings.bit.led_green_color = 0x0;\ movement_state.settings.bit.led_red_color = 0xF;\ + watch_store_backup_data(movement_state.settings.reg, 0);\ } const watch_face_t watch_faces[] = { -- cgit v1.2.3