rework subghz settings, enable tx-rx state on unused gpio pin by default

This commit is contained in:
MX
2024-04-05 04:02:33 +03:00
parent f8d4d9397e
commit a830d6b511
8 changed files with 55 additions and 199 deletions
+1 -1
View File
@@ -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);