mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
Add 418mhz to hopping list
This commit is contained in:
parent
5b6b081664
commit
94d238c611
3 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -92,6 +92,7 @@ Your frequencies will be added after default ones
|
|||
310000000,
|
||||
315000000,
|
||||
318000000,
|
||||
418000000,
|
||||
433920000,
|
||||
868350000,
|
||||
```
|
||||
|
|
|
@ -80,6 +80,7 @@ static const uint32_t subghz_hopper_frequency_list[] = {
|
|||
310000000,
|
||||
315000000,
|
||||
318000000,
|
||||
418000000,
|
||||
433920000,
|
||||
868350000,
|
||||
0,
|
||||
|
|
Loading…
Reference in a new issue