subghz: add 2 freqs to default hopper list

This commit is contained in:
MX
2026-01-09 22:27:36 +03:00
parent c5520b7d33
commit 0e44e56659
3 changed files with 5 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
* SubGHz: **Alutech AT-4N & Nice Flor S turbo speedup** (PR #942 | by @Dmitry422) * SubGHz: **Alutech AT-4N & Nice Flor S turbo speedup** (PR #942 | by @Dmitry422)
* SubGHz: **Sommer fm2 in Add manually now uses FM12K modulation** (Sommer without fm2 tag uses FM476) (try this if regular option doesn't work for you) * SubGHz: **Sommer fm2 in Add manually now uses FM12K modulation** (Sommer without fm2 tag uses FM476) (try this if regular option doesn't work for you)
* SubGHz: **Sommer - last button code 0x6 support** (mapped on arrow keys) * SubGHz: **Sommer - last button code 0x6 support** (mapped on arrow keys)
* SubGHz: Add 390MHz, 430.5MHz to default hopper list (6 elements like in OFW) (works well with Hopper RSSI level set for your enviroment)
* NFC: Handle PPS request in ISO14443-4 layer (by @WillyJL) * NFC: Handle PPS request in ISO14443-4 layer (by @WillyJL)
* Archive: Allow folders to be pinned (by @WillyJL) * Archive: Allow folders to be pinned (by @WillyJL)
* Apps: Build tag (**9jan2026p2**) - **Check out more Apps updates and fixes by following** [this link](https://github.com/xMasterX/all-the-plugins/commits/dev) * Apps: Build tag (**9jan2026p2**) - **Check out more Apps updates and fixes by following** [this link](https://github.com/xMasterX/all-the-plugins/commits/dev)

View File

@@ -102,6 +102,8 @@ Your frequencies will be added after default ones
### Default hopper list ### Default hopper list
``` ```
315000000, 315000000,
390000000,
430500000,
433920000, 433920000,
434420000, 434420000,
868350000, 868350000,

View File

@@ -87,6 +87,8 @@ static const uint32_t subghz_frequency_list[] = {
static const uint32_t subghz_hopper_frequency_list[] = { static const uint32_t subghz_hopper_frequency_list[] = {
315000000, 315000000,
390000000,
430500000,
433920000, 433920000,
434420000, 434420000,
868350000, 868350000,