mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-04-05 14:35:14 +00:00
Adding mode detection, using scanning mode
This commit is contained in:
parent
7908b0f958
commit
992249dce4
5 changed files with 102 additions and 23 deletions
|
|
@ -339,7 +339,7 @@ void CSerialPort::setMode(MMDVM_STATE modemState)
|
|||
io.ifConf(modemState, true);
|
||||
}
|
||||
|
||||
io.setMode();
|
||||
io.setMode(m_modemState);
|
||||
}
|
||||
|
||||
void CSerialPort::start()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue