mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 00:35:53 +08: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:
@@ -185,7 +185,7 @@ void CYSFNetwork::reset()
|
||||
|
||||
bool CYSFNetwork::isConnected() const
|
||||
{
|
||||
return m_enabled && (m_addrLen != 0U);
|
||||
return (m_addrLen != 0U);
|
||||
}
|
||||
|
||||
void CYSFNetwork::close()
|
||||
|
||||
Reference in New Issue
Block a user