mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
SubGHz: New check_tx API, ext modules follow settings
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
void furi_hal_subghz_set_extended_frequency(bool state_i);
|
||||
void furi_hal_subghz_set_extended_range(bool enabled);
|
||||
|
||||
bool furi_hal_subghz_get_extended_range(void);
|
||||
|
||||
void furi_hal_subghz_set_bypass_region(bool enabled);
|
||||
|
||||
bool furi_hal_subghz_get_bypass_region(void);
|
||||
Reference in New Issue
Block a user