mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-18 05:34:01 +00:00
POCSAG TX: Support for numeric only and address only messages
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user