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();