mirror of https://github.com/markqvist/MMDVM.git
Increase the speed of the CW Id.
parent
e0fc2a50d1
commit
fe9b4d2305
|
@ -31,7 +31,7 @@ q15_t SILENCE[] = {
|
||||||
|
|
||||||
const uint8_t CYCLE_LENGTH = 24U;
|
const uint8_t CYCLE_LENGTH = 24U;
|
||||||
|
|
||||||
const uint8_t DOT_LENGTH = 60U;
|
const uint8_t DOT_LENGTH = 50U;
|
||||||
|
|
||||||
const struct {
|
const struct {
|
||||||
uint8_t c;
|
uint8_t c;
|
||||||
|
|
|
@ -403,6 +403,7 @@ void CSerialPort::process()
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MMDVM_SEND_CWID:
|
case MMDVM_SEND_CWID:
|
||||||
|
err = 5U;
|
||||||
if (m_modemState == STATE_IDLE)
|
if (m_modemState == STATE_IDLE)
|
||||||
err = cwIdTX.write(m_buffer + 3U, m_len - 3U);
|
err = cwIdTX.write(m_buffer + 3U, m_len - 3U);
|
||||||
if (err != 0U) {
|
if (err != 0U) {
|
||||||
|
|
Loading…
Reference in New Issue