mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-08-21 14:36:21 +02:00
Fix the FM 25kHz calibration debug message.
It said 10kHz, a copy and paste from the case above.
This commit is contained in:
+1
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user