Add 418mhz to hopping list

This commit is contained in:
MX 2023-03-21 23:38:37 +03:00
parent 5b6b081664
commit 94d238c611
No known key found for this signature in database
GPG key ID: 7CCC66B7DBDD1C83
3 changed files with 3 additions and 1 deletions

View file

@ -2,7 +2,7 @@
* If you have copied apps into `apps` folder - remove `apps` folder on your microSD before installing this release to avoid issues!
* Dev Builds: Add extra pack dev branch to avoid "bug" reports with `API mismatch`
* SubGHz: Add manually -> GSN protocol support
* SubGHz: Add 318 MHz back to hopping list
* SubGHz: Add 318 and 418 MHz back to hopping list
* SubGHz: Fix hopper stuck at 433.42 due to wide range signals -
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
* Plugins: Update **TOTP (Authenticator)** [(by akopachov)](https://github.com/akopachov/flipper-zero_authenticator) -> BadBT Support

View file

@ -92,6 +92,7 @@ Your frequencies will be added after default ones
310000000,
315000000,
318000000,
418000000,
433920000,
868350000,
```

View file

@ -80,6 +80,7 @@ static const uint32_t subghz_hopper_frequency_list[] = {
310000000,
315000000,
318000000,
418000000,
433920000,
868350000,
0,