mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-14 19:53:35 -07:00
Update subghz_tx_rx_worker.c
This commit is contained in:
@@ -236,7 +236,7 @@ bool subghz_tx_rx_worker_start(SubGhzTxRxWorker* instance, uint32_t frequency) {
|
||||
|
||||
instance->worker_running = true;
|
||||
|
||||
if(furi_hal_subghz_is_tx_allowed(frequency)) {
|
||||
if(furi_hal_region_is_frequency_allowed(frequency)) {
|
||||
instance->frequency = frequency;
|
||||
res = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user