mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-21 05:04:46 -07:00
Better subghz extend handling + no reset on flash
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user