mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-21 05:04:46 -07:00
Allow to disable control of GPIO pin on rx/tx states in subghz [ci skip]
in radio settings with debug ON, settings is saved on microsd, please don't use unless you know what you are doing
This commit is contained in:
@@ -27,6 +27,9 @@ void subghz_dangerous_freq() {
|
||||
SubGhzLastSettings* last_settings = subghz_last_settings_alloc();
|
||||
subghz_last_settings_load(last_settings, 0);
|
||||
|
||||
// Set LED and Amp GPIO control state
|
||||
furi_hal_subghz_set_ext_leds_and_amp(last_settings->leds_and_amp);
|
||||
|
||||
subghz_last_settings_free(last_settings);
|
||||
|
||||
furi_record_close(RECORD_STORAGE);
|
||||
|
||||
Reference in New Issue
Block a user