Fix the FM 25kHz calibration debug message.

It said 10kHz, a copy and paste from the case above.
This commit is contained in:
Clint Chance 2026-07-12 16:45:24 -05:00
parent 96061a6013
commit 68252f15f5
1 changed files with 1 additions and 1 deletions

View File

@ -745,7 +745,7 @@ void CSerialPort::setMode(MMDVM_STATE modemState)
DEBUG1("Mode set to FM 20Khz Calibrate"); DEBUG1("Mode set to FM 20Khz Calibrate");
break; break;
case STATE_FMCAL25K: case STATE_FMCAL25K:
DEBUG1("Mode set to FM 10Khz Calibrate"); DEBUG1("Mode set to FM 25Khz Calibrate");
break; break;
case STATE_FMCAL30K: case STATE_FMCAL30K:
DEBUG1("Mode set to FM 30Khz Calibrate"); DEBUG1("Mode set to FM 30Khz Calibrate");