Merge branch 'mqtt' into mqtt_plus

This commit is contained in:
Jonathan Naylor
2024-01-29 17:21:38 +00:00
11 changed files with 691 additions and 341 deletions

View File

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