mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04: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:
@@ -33,7 +33,7 @@ bool subghz_devices_begin(const SubGhzDevice* device) {
|
||||
SubGhzDeviceConf conf = {
|
||||
.ver = 1,
|
||||
.extended_range = false, // TODO
|
||||
.power_amp = true,
|
||||
.amp_and_leds = furi_hal_subghz_get_ext_leds_and_amp(),
|
||||
};
|
||||
|
||||
ret = device->interconnect->begin(&conf);
|
||||
|
||||
@@ -94,5 +94,5 @@ struct SubGhzDevice {
|
||||
struct SubGhzDeviceConf {
|
||||
uint8_t ver;
|
||||
bool extended_range;
|
||||
bool power_amp;
|
||||
bool amp_and_leds;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user