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:
MX
2024-10-05 08:43:42 +03:00
parent 54ad331c4c
commit 1ceb1eb256
11 changed files with 102 additions and 31 deletions

View File

@@ -25,6 +25,7 @@ typedef struct {
float rssi;
bool delete_old_signals;
float hopping_threshold;
bool leds_and_amp;
} SubGhzLastSettings;
SubGhzLastSettings* subghz_last_settings_alloc(void);