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