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