mirror of https://github.com/g4klx/MMDVM.git
Fix frequency setting acknowledgement function.
This commit is contained in:
parent
610168e861
commit
4d068ffb3c
|
@ -353,7 +353,7 @@ void CSerialPort::process()
|
|||
break;
|
||||
|
||||
case MMDVM_SET_FREQ:
|
||||
sendAck();
|
||||
sendACK();
|
||||
break;
|
||||
|
||||
case MMDVM_CAL_DATA:
|
||||
|
|
Loading…
Reference in New Issue