SubGHz: New check_tx API, ext modules follow settings

This commit is contained in:
Willy-JL
2024-05-16 11:57:42 +01:00
parent 0bcd521b29
commit 68a1d63360
17 changed files with 122 additions and 70 deletions

View File

@@ -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