Better subghz extend handling + no reset on flash

This commit is contained in:
Willy-JL
2023-03-02 23:44:03 +00:00
parent ba06ec79e2
commit 01530b1208
5 changed files with 50 additions and 37 deletions

View File

@@ -223,6 +223,20 @@ bool furi_hal_subghz_is_frequency_valid(uint32_t value);
*/
uint32_t furi_hal_subghz_set_frequency_and_path(uint32_t value);
/** Read extend and bypass settings values into out params
*
* @param extend pointer to bool for extend
* @param bypass pointer to bool for bypass
*/
void furi_hal_subghz_get_extend_settings(bool* extend, bool* bypass);
/** Set extend and bypass settings values to file
*
* @param extend bool for extend
* @param bypass bool for bypass
*/
void furi_hal_subghz_set_extend_settings(bool extend, bool bypass);
/** Сheck if transmission is allowed on this frequency with your current config
*
* @param value frequency in Hz