ext module fix

This commit is contained in:
MX
2023-07-11 00:09:10 +03:00
parent 640fd92d3b
commit 5a6c168b68

View File

@@ -66,7 +66,7 @@ SubGhzTxRx* subghz_txrx_alloc() {
subghz_devices_init();
instance->radio_device_type = SubGhzRadioDeviceTypeInternal;
instance->radio_device_type =
subghz_txrx_radio_device_set(instance, SubGhzRadioDeviceTypeInternal);
subghz_txrx_radio_device_set(instance, SubGhzRadioDeviceTypeExternalCC1101);
return instance;
}