File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 10
10
- The settings will be reset after returning to the main menu
11
11
```
12
12
* SubGHz Remote: Merged SubGHz Remote and Remote maker in one app, ** use back button to access remote maker** (by @gid9798 | PR #545 )
13
+ * SubGHz: Replace FM15k with AM_Q in default modulations
13
14
* SubGHz: Port latest OFW external radio driver, fix issues (now you can make drivers for other radio chips) (by @gid9798 | PR #539 #536 #535 #534 )
14
15
* GUI module: SubMenu fix vertical orientation (by @gid9798 | PR #543 )
15
16
* Apps: After merge fixes (by @gid9798 | PR #537 )
Original file line number Diff line number Diff line change @@ -58,9 +58,9 @@ static void subghz_load_custom_presets(SubGhzSetting* setting) {
58
58
{"FM95" ,
59
59
"02 0D 0B 06 08 32 07 04 14 00 13 02 12 04 11 83 10 67 15 24 18 18 19 16 1D 91 1C 00 1B 07 20 FB 22 10 21 56 00 00 C0 00 00 00 00 00 00 00" },
60
60
61
- // #2-FSK 200khz BW / 135kHz Filter/ 15.86Khz Deviation + Ramping
62
- {"FM15k " ,
63
- "02 0D 03 47 08 32 0B 06 15 32 14 00 13 00 12 00 11 32 10 A7 18 18 19 1D 1D 92 1C 00 1B 04 20 FB 22 17 21 B6 00 00 00 12 0E 34 60 C5 C1 C0 " },
61
+ // AM_Q
62
+ {"AM_Q " ,
63
+ "02 0D 03 07 08 32 0B 06 14 00 13 00 12 30 11 22 10 1C 18 18 19 18 1D 91 1C 00 1B 07 20 FB 22 11 21 B6 00 00 00 C0 00 00 00 00 00 00 " },
64
64
65
65
// Pagers
66
66
{"Pagers" ,
You can’t perform that action at this time.
0 commit comments