mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 04:53:08 +00:00
SubRem Config internal module by default
This commit is contained in:
parent
ab12c8c339
commit
a519a242d6
1 changed files with 2 additions and 2 deletions
|
@ -62,10 +62,10 @@ SubGhzTxRx* subghz_txrx_alloc() {
|
|||
instance->worker, (SubGhzWorkerPairCallback)subghz_receiver_decode);
|
||||
subghz_worker_set_context(instance->worker, instance->receiver);
|
||||
|
||||
//set default device External
|
||||
//set default device Internal
|
||||
subghz_devices_init();
|
||||
instance->radio_device_type =
|
||||
subghz_txrx_radio_device_set(instance, SubGhzRadioDeviceTypeExternalCC1101);
|
||||
subghz_txrx_radio_device_set(instance, SubGhzRadioDeviceTypeInternal);
|
||||
|
||||
return instance;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue