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:
@@ -91,7 +91,6 @@ Your frequencies will be added after default ones
|
||||
```
|
||||
310000000,
|
||||
315000000,
|
||||
433420000,
|
||||
433920000,
|
||||
868350000,
|
||||
```
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user