Merge branch 'mqtt' into mqtt_plus

This commit is contained in:
Jonathan Naylor
2024-02-09 16:13:03 +00:00
6 changed files with 34 additions and 35 deletions

View File

@@ -54,7 +54,7 @@ bool CPOCSAGNetwork::open()
LogMessage("Opening POCSAG network connection");
return m_socket.open();
return m_socket.open(m_addr);
}
void CPOCSAGNetwork::clock(unsigned int ms)