mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-10 02:43:19 +00:00
Added AFSK BW and repeat parameters
This commit is contained in:
@@ -67,7 +67,7 @@ private:
|
||||
{ 64, 104 },
|
||||
5,
|
||||
{ 100, 32000 },
|
||||
100,
|
||||
25,
|
||||
' '
|
||||
};
|
||||
|
||||
@@ -79,7 +79,31 @@ private:
|
||||
{ 64, 120 },
|
||||
5,
|
||||
{ 100, 32000 },
|
||||
100,
|
||||
25,
|
||||
' '
|
||||
};
|
||||
|
||||
Text text_bw {
|
||||
{ 140, 104, 80, 16 },
|
||||
"BW: kHz"
|
||||
};
|
||||
NumberField field_bw {
|
||||
{ 172, 104 },
|
||||
3,
|
||||
{ 1, 40 },
|
||||
1,
|
||||
' '
|
||||
};
|
||||
|
||||
Text text_repeat {
|
||||
{ 140, 120, 64, 16 },
|
||||
"Repeat: "
|
||||
};
|
||||
NumberField field_repeat {
|
||||
{ 204, 120 },
|
||||
2,
|
||||
{ 1, 99 },
|
||||
1,
|
||||
' '
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user