diff --git a/CHANGELOG.md b/CHANGELOG.md index 7728ffa4a..af5fdf966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/documentation/SubGHzSettings.md b/documentation/SubGHzSettings.md index 9ba44ca33..41cf0d6bc 100644 --- a/documentation/SubGHzSettings.md +++ b/documentation/SubGHzSettings.md @@ -92,6 +92,7 @@ Your frequencies will be added after default ones 310000000, 315000000, 318000000, + 418000000, 433920000, 868350000, ``` diff --git a/lib/subghz/subghz_setting.c b/lib/subghz/subghz_setting.c index 8692e6194..b72cf99eb 100644 --- a/lib/subghz/subghz_setting.c +++ b/lib/subghz/subghz_setting.c @@ -80,6 +80,7 @@ static const uint32_t subghz_hopper_frequency_list[] = { 310000000, 315000000, 318000000, + 418000000, 433920000, 868350000, 0,