From db54c463e610e1ce9feae09b0c45af646a95864c Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Tue, 21 Mar 2023 17:52:21 +0300 Subject: [PATCH] Fix hopper stuck at 433.42 due to wide range tx'es When we using 433.92 remote flipper in hopping mode will stuck at 433.42 and may loose signal because of that, need to avoid using close freqs in hopping, only freqs with bigger difference like 310 -> 315 --- documentation/SubGHzSettings.md | 1 - lib/subghz/subghz_setting.c | 1 - 2 files changed, 2 deletions(-) diff --git a/documentation/SubGHzSettings.md b/documentation/SubGHzSettings.md index d01cd6250..2d14307c7 100644 --- a/documentation/SubGHzSettings.md +++ b/documentation/SubGHzSettings.md @@ -91,7 +91,6 @@ Your frequencies will be added after default ones ``` 310000000, 315000000, - 433420000, 433920000, 868350000, ``` diff --git a/lib/subghz/subghz_setting.c b/lib/subghz/subghz_setting.c index 144c16120..34cf16915 100644 --- a/lib/subghz/subghz_setting.c +++ b/lib/subghz/subghz_setting.c @@ -79,7 +79,6 @@ static const uint32_t subghz_frequency_list[] = { static const uint32_t subghz_hopper_frequency_list[] = { 310000000, 315000000, - 433420000, 433920000, 868350000, 0,