Skip to content

Commit

Permalink
This PR/commit fixes #785, where POCSAG messages are now properly
Browse files Browse the repository at this point in the history
displayed on Nextion devices
  • Loading branch information
Chipster committed Jan 9, 2024
1 parent 8686444 commit 36395cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion POCSAGControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ bool CPOCSAGControl::readNetwork()
output->m_display = rubric + out + "\"";
break;
default:
output->m_display = "\"" + output->m_text + "\"";
output->m_display = output->m_text;
break;
}
LogDebug("Message to %07u, func Alphanumeric: %s", output->m_ric, output->m_display.c_str());
Expand Down

0 comments on commit 36395cf

Please sign in to comment.