diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e3969f86..591829d8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ * SubGHz: V2 Phoenix show counter value * SubGHz: Add keeloq ironlogic (aka il100) smart clone cloners support (thanks to Vitaly for RAWs) * SubGHz: Fix CAME 24bit decoder -* SubGHz: Add 462.750 MHz to default subghz freqs list +* SubGHz: Add 462.750 MHz & 868.46 MHz to default subghz freqs list * SubGHz: Tune holtek ht12x to decode holtek only and not conflict with came 12bit * SubGHz: Fix Rename scene bug, that was replacing file name with random name when Rename is opened then closed then opened again * Display: Backlight option "always on" and RGB bug removed (PR #900 | by @Dmitry422) diff --git a/documentation/SubGHzSettings.md b/documentation/SubGHzSettings.md index 95e19bdbf..89f3eba7f 100644 --- a/documentation/SubGHzSettings.md +++ b/documentation/SubGHzSettings.md @@ -68,6 +68,7 @@ if you need your custom one, make sure it doesn't listed here 779000000, 868350000, 868400000, + 868460000, 868800000, 868950000, 906400000, diff --git a/lib/subghz/subghz_setting.c b/lib/subghz/subghz_setting.c index 8f41f576c..867459d05 100644 --- a/lib/subghz/subghz_setting.c +++ b/lib/subghz/subghz_setting.c @@ -74,6 +74,7 @@ static const uint32_t subghz_frequency_list[] = { 779000000, 868350000, 868400000, + 868460000, 868800000, 868950000, 906400000,