From ffd61fa56f59ce8c1d8c5ae48e0eea41adf16bfb Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Mon, 20 Nov 2023 20:06:09 +0000 Subject: [PATCH] Fix console disable on evil portal uart --- applications/external/evil_portal/evil_portal_uart.c | 1 - 1 file changed, 1 deletion(-) diff --git a/applications/external/evil_portal/evil_portal_uart.c b/applications/external/evil_portal/evil_portal_uart.c index 9e639aa24..78a01ed0a 100644 --- a/applications/external/evil_portal/evil_portal_uart.c +++ b/applications/external/evil_portal/evil_portal_uart.c @@ -100,7 +100,6 @@ Evil_PortalUart* evil_portal_uart_init(Evil_PortalApp* app) { furi_hal_uart_init(UART_CH, app->BAUDRATE); } - furi_hal_console_disable(); if(app->BAUDRATE == 0) { app->BAUDRATE = 115200; }