mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Add enable/disable commands to RemoteCommand
This commit is contained in:
parent
4a923fb27e
commit
9796b400c8
6 changed files with 109 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue