Add enable/disable commands to RemoteCommand

This commit is contained in:
m0vse
2020-05-02 21:40:55 +01:00
parent 4a923fb27e
commit 9796b400c8
6 changed files with 109 additions and 0 deletions

View File

@@ -1491,6 +1491,11 @@ bool CModem::readStatus()
return m_serial->write(buffer, 3U) == 3;
}
bool CModem::writeConfig()
{
return setConfig();
}
bool CModem::setConfig()
{
assert(m_serial != NULL);