Merge pull request #791 from W0CHP/master

This PR/commit fixes #785, where POCSAG messages are now properly displayed on Nextion devices
This commit is contained in:
Jonathan Naylor
2024-01-09 16:59:20 +00:00
committed by GitHub

View File

@@ -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());