1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00

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
This commit is contained in:
MX
2023-03-21 17:52:21 +03:00
parent 08a2e51feb
commit db54c463e6
2 changed files with 0 additions and 2 deletions

View File

@@ -91,7 +91,6 @@ Your frequencies will be added after default ones
```
310000000,
315000000,
433420000,
433920000,
868350000,
```

View File

@@ -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,