mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-23 01:18:12 -07:00
Apps: IR: Reset to internal tx at exit
This commit is contained in:
+1
-1
Submodule applications/external updated: b552847933...9f9da2121e
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user