From 6b1f25f569e1ea1e62b889382780ba32dabf8d00 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sat, 4 Apr 2026 18:40:18 -0400 Subject: [PATCH] Fix button debug --- src/c/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/c/main.c b/src/c/main.c index 2bd5dc3..3793c24 100644 --- a/src/c/main.c +++ b/src/c/main.c @@ -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