stopCalibration method
void
stopCalibration()
Stops the calibration process by setting isCalibrating to false.
Implementation
void stopCalibration() {
// This method can be used to stop the calibration process
// It can be called from the UI or other parts of the application
isCalibrating = false;
}