mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Merge branch 'mqtt' into mqtt_plus
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user