mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-13 17:05:37 -04:00
Add all jammer modes in hopper app (#2691)
Added all modes that jammer app supports in hopper app.
This commit is contained in:
parent
be372e12bc
commit
1d79e30d4b
1 changed files with 7 additions and 0 deletions
|
@ -143,6 +143,13 @@ class HopperView : public View {
|
||||||
{"FM tone", 1},
|
{"FM tone", 1},
|
||||||
{"CW sweep", 2},
|
{"CW sweep", 2},
|
||||||
{"Rand CW", 3},
|
{"Rand CW", 3},
|
||||||
|
{"Sine", 4},
|
||||||
|
{"Square", 5},
|
||||||
|
{"Sawtooth", 6},
|
||||||
|
{"Triangle", 7},
|
||||||
|
{"Chirp", 8},
|
||||||
|
{"Gauss", 9},
|
||||||
|
{"Brute", 10},
|
||||||
}};
|
}};
|
||||||
|
|
||||||
Text text_range_number{
|
Text text_range_number{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue