mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-14 01:15:38 -04:00
POCSAG TX: Support for numeric only and address only messages
This commit is contained in:
parent
c72b490d49
commit
21de81bb85
7 changed files with 179 additions and 72 deletions
|
@ -296,17 +296,17 @@ private:
|
|||
const std::function<void(bool)> on_choice_;
|
||||
|
||||
Button button_ok {
|
||||
{ 10 * 8, 13 * 16, 10 * 8, 24 },
|
||||
{ 10 * 8, 14 * 16, 10 * 8, 48 },
|
||||
"OK",
|
||||
};
|
||||
|
||||
Button button_yes {
|
||||
{ 5 * 8, 13 * 16, 8 * 8, 48 },
|
||||
{ 5 * 8, 14 * 16, 8 * 8, 48 },
|
||||
"YES",
|
||||
};
|
||||
|
||||
Button button_no {
|
||||
{ 17 * 8, 13 * 16, 8 * 8, 48 },
|
||||
{ 17 * 8, 14 * 16, 8 * 8, 48 },
|
||||
"NO",
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue