Sub-GHz: Choose RSSI threshold for Hopping mode

This commit is contained in:
Willy-JL
2024-07-10 13:51:25 +01:00
parent 79d8b12c5e
commit 3df6c81947
8 changed files with 71 additions and 17 deletions

View File

@@ -197,7 +197,7 @@ bool subghz_scene_receiver_info_on_event(void* context, SceneManagerEvent event)
}
} else if(event.type == SceneManagerEventTypeTick) {
if(subghz_txrx_hopper_get_state(subghz->txrx) != SubGhzHopperStateOFF) {
subghz_txrx_hopper_update(subghz->txrx);
subghz_txrx_hopper_update(subghz->txrx, subghz->last_settings->hopping_threshold);
}
switch(subghz->state_notifications) {
case SubGhzNotificationStateTx: