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:
@@ -152,6 +152,14 @@ uint8_t subghz_device_cc1101_ext_get_lqi(void);
|
||||
*/
|
||||
bool subghz_device_cc1101_ext_is_frequency_valid(uint32_t value);
|
||||
|
||||
/** Сheck if and why transmission is blocked on this frequency with current config
|
||||
*
|
||||
* @param value frequency in Hz
|
||||
*
|
||||
* @return tx allowed or blocked enum
|
||||
*/
|
||||
SubGhzTx subghz_device_cc1101_ext_check_tx(uint32_t value);
|
||||
|
||||
/** Set frequency
|
||||
*
|
||||
* @param value frequency in Hz
|
||||
|
||||
Reference in New Issue
Block a user