Sub-GHz: Choose RSSI threshold for Hopping mode

by Willy-JL
This commit is contained in:
MX
2024-07-15 04:40:23 +03:00
parent 365159c11a
commit 039274f718
7 changed files with 73 additions and 21 deletions

View File

@@ -294,7 +294,7 @@ bool subghz_scene_receiver_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);
subghz_scene_receiver_update_statusbar(subghz);
}