mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
Sub-GHz: Choose RSSI threshold for Hopping mode
by Willy-JL
This commit is contained in:
@@ -121,8 +121,9 @@ void subghz_txrx_sleep(SubGhzTxRx* instance);
|
||||
* Update frequency CC1101 in automatic mode (hopper)
|
||||
*
|
||||
* @param instance Pointer to a SubGhzTxRx
|
||||
* @param stay_threshold RSSI theshold over which to stay before hopping
|
||||
*/
|
||||
void subghz_txrx_hopper_update(SubGhzTxRx* instance);
|
||||
void subghz_txrx_hopper_update(SubGhzTxRx* instance, float stay_threshold);
|
||||
|
||||
/**
|
||||
* Get state hopper
|
||||
|
||||
Reference in New Issue
Block a user