mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Merge branch 'master' into mqtt
This commit is contained in:
commit
0ed31becf3
12 changed files with 692 additions and 342 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue