Fix button debug

This commit is contained in:
2026-04-04 18:40:18 -04:00
parent 98838d5253
commit 6b1f25f569

View File

@@ -345,13 +345,13 @@ static void bluetooth_callback(bool connected) {
// DEBUG buttons
// static void up_single_click_handler(ClickRecognizerRef recognizer, void *context) {
// Window *window = (Window *)context;
// update_minute_60();
// schedule_guy_animation(s_head_raise_template, s_head_out_template, s_head_in_template, update_minute_60_out_handler);
//}
// DEBUG buttons
// static void down_single_click_handler(ClickRecognizerRef recognizer, void *context) {
// Window *window = (Window *)context;
// update_minute_30();
// schedule_guy_animation(s_butt_raise_template, s_butt_out_template, s_butt_in_template, update_minute_30_out_handler);
//}
// DEBUG buttons