1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 20:49:49 +04:00

add 868 46 mhz to default freq list

This commit is contained in:
MX
2025-07-05 17:59:27 +03:00
parent aad07ed943
commit e003a19edc
3 changed files with 3 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
* SubGHz: V2 Phoenix show counter value * SubGHz: V2 Phoenix show counter value
* SubGHz: Add keeloq ironlogic (aka il100) smart clone cloners support (thanks to Vitaly for RAWs) * SubGHz: Add keeloq ironlogic (aka il100) smart clone cloners support (thanks to Vitaly for RAWs)
* SubGHz: Fix CAME 24bit decoder * 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: 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 * 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) * Display: Backlight option "always on" and RGB bug removed (PR #900 | by @Dmitry422)

View File

@@ -68,6 +68,7 @@ if you need your custom one, make sure it doesn't listed here
779000000, 779000000,
868350000, 868350000,
868400000, 868400000,
868460000,
868800000, 868800000,
868950000, 868950000,
906400000, 906400000,

View File

@@ -74,6 +74,7 @@ static const uint32_t subghz_frequency_list[] = {
779000000, 779000000,
868350000, 868350000,
868400000, 868400000,
868460000,
868800000, 868800000,
868950000, 868950000,
906400000, 906400000,