From c00e88e8c0fb98c1f13c001ec94fe60089b0665f Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Fri, 29 Mar 2024 22:22:41 +0000 Subject: [PATCH] Apps: IR: Reset to internal tx at exit --- applications/external | 2 +- applications/system/ir_remote/infrared_remote_app.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/applications/external b/applications/external index b55284793..9f9da2121 160000 --- a/applications/external +++ b/applications/external @@ -1 +1 @@ -Subproject commit b55284793396994ceb621b5ca77b78f8673d7c1b +Subproject commit 9f9da2121e1f208e1c445e66cddfe0f0ff4acff9 diff --git a/applications/system/ir_remote/infrared_remote_app.c b/applications/system/ir_remote/infrared_remote_app.c index dd4ceb29d..730982640 100644 --- a/applications/system/ir_remote/infrared_remote_app.c +++ b/applications/system/ir_remote/infrared_remote_app.c @@ -569,6 +569,7 @@ int32_t infrared_remote_app(char* p) { } } + furi_hal_infrared_set_tx_output(FuriHalInfraredTxPinInternal); if(furi_hal_power_is_otg_enabled() != otg_was_enabled) { if(otg_was_enabled) { furi_hal_power_enable_otg();