mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
subghz: add 2 freqs to default hopper list
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user