From 3c0a23d92bfedbd7a0786d276437260d65b130ca Mon Sep 17 00:00:00 2001 From: DiSlord Date: Tue, 14 Jul 2020 14:15:28 +0300 Subject: [PATCH] Fix drop on version screen if enter from keyboard --- ui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui.c b/ui.c index 94e94e5..3ab6146 100644 --- a/ui.c +++ b/ui.c @@ -451,7 +451,7 @@ static void show_version(void) { int x = 5, y = 5, i = 1; -// adc_stop(); + adc_stop(); ili9341_set_foreground(DEFAULT_FG_COLOR); ili9341_set_background(DEFAULT_BG_COLOR); @@ -492,7 +492,7 @@ show_version(void) // ili9341_drawstring(buffer, x, y + FONT_STR_HEIGHT + 2); } -// touch_start_watchdog(); + touch_start_watchdog(); } void