mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 15:04:18 +00:00
Add M17 network status to Remote command "status" output.
YSFNetwork: fix ::IsConnected(), it should not take m_enabled in account.
This commit is contained in:
parent
4b864661a7
commit
20b1367848
4 changed files with 9 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ void CYSFNetwork::reset()
|
|||
|
||||
bool CYSFNetwork::isConnected() const
|
||||
{
|
||||
return m_enabled && (m_addrLen != 0U);
|
||||
return (m_addrLen != 0U);
|
||||
}
|
||||
|
||||
void CYSFNetwork::close()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue