mirror of https://github.com/g4klx/MMDVM.git
Fix the FM 25kHz calibration debug message.
It said 10kHz, a copy and paste from the case above.
This commit is contained in:
parent
96061a6013
commit
68252f15f5
|
|
@ -745,7 +745,7 @@ void CSerialPort::setMode(MMDVM_STATE modemState)
|
|||
DEBUG1("Mode set to FM 20Khz Calibrate");
|
||||
break;
|
||||
case STATE_FMCAL25K:
|
||||
DEBUG1("Mode set to FM 10Khz Calibrate");
|
||||
DEBUG1("Mode set to FM 25Khz Calibrate");
|
||||
break;
|
||||
case STATE_FMCAL30K:
|
||||
DEBUG1("Mode set to FM 30Khz Calibrate");
|
||||
|
|
|
|||
Loading…
Reference in New Issue