Fix button debug
This commit is contained in:
@@ -345,13 +345,13 @@ static void bluetooth_callback(bool connected) {
|
|||||||
// DEBUG buttons
|
// DEBUG buttons
|
||||||
// static void up_single_click_handler(ClickRecognizerRef recognizer, void *context) {
|
// static void up_single_click_handler(ClickRecognizerRef recognizer, void *context) {
|
||||||
// Window *window = (Window *)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
|
// DEBUG buttons
|
||||||
// static void down_single_click_handler(ClickRecognizerRef recognizer, void *context) {
|
// static void down_single_click_handler(ClickRecognizerRef recognizer, void *context) {
|
||||||
// Window *window = (Window *)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
|
// DEBUG buttons
|
||||||
|
|||||||
Reference in New Issue
Block a user