mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-17 00:28:11 -07:00
rework subghz settings, enable tx-rx state on unused gpio pin by default
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 = furi_hal_subghz_get_ext_power_amp(),
|
||||
.power_amp = true,
|
||||
};
|
||||
|
||||
ret = device->interconnect->begin(&conf);
|
||||
|
||||
Reference in New Issue
Block a user