Merge branch 'master' into mqtt

This commit is contained in:
Jonathan Naylor
2024-01-29 17:06:59 +00:00
12 changed files with 692 additions and 342 deletions

View File

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