Apps: IR: Reset to internal tx at exit

This commit is contained in:
Willy-JL
2024-03-29 22:22:41 +00:00
parent dba42cc984
commit c00e88e8c0
2 changed files with 2 additions and 1 deletions
@@ -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();