mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-30 01:27:24 -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
|
@ -585,7 +585,7 @@ void ModalMessageView::paint(Painter& painter) {
|
|||
painter.draw_string(
|
||||
{ 1 * 8, (Coord)(120 + (i * 16)) },
|
||||
style(),
|
||||
message_.substr(start, pos)
|
||||
message_.substr(start, pos - start)
|
||||
);
|
||||
i++;
|
||||
start = pos + 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue