mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2025-12-06 05:32:00 +01:00
This PR/commit fixes #785, where POCSAG messages are now properly
displayed on Nextion devices
This commit is contained in:
parent
8686444c24
commit
36395cf942
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in a new issue