mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Increase the speed of the CW Id.
This commit is contained in:
parent
e0fc2a50d1
commit
fe9b4d2305
2 changed files with 2 additions and 1 deletions
|
|
@ -403,6 +403,7 @@ void CSerialPort::process()
|
|||
break;
|
||||
|
||||
case MMDVM_SEND_CWID:
|
||||
err = 5U;
|
||||
if (m_modemState == STATE_IDLE)
|
||||
err = cwIdTX.write(m_buffer + 3U, m_len - 3U);
|
||||
if (err != 0U) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue