POCSAG TX: Support for numeric only and address only messages

This commit is contained in:
furrtek 2017-02-08 01:19:29 +00:00
parent c72b490d49
commit 21de81bb85
7 changed files with 179 additions and 72 deletions

View file

@ -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",
};
};