mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-12 11:07:37 +00:00
Add all jammer modes in hopper app (#2691)
Added all modes that jammer app supports in hopper app.
This commit is contained in:

committed by
GitHub

parent
be372e12bc
commit
1d79e30d4b
@@ -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{
|
||||||
|
Reference in New Issue
Block a user