mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
add 868 46 mhz to default freq list
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -74,6 +74,7 @@ static const uint32_t subghz_frequency_list[] = {
|
|||||||
779000000,
|
779000000,
|
||||||
868350000,
|
868350000,
|
||||||
868400000,
|
868400000,
|
||||||
|
868460000,
|
||||||
868800000,
|
868800000,
|
||||||
868950000,
|
868950000,
|
||||||
906400000,
|
906400000,
|
||||||
|
|||||||
Reference in New Issue
Block a user