onOldFirmware:showMessage("ESC Calibration","QGroundControl cannot perform ESC Calibration with this version of firmware. You will need to upgrade to a newer firmware.",StandardButton.Ok)
onNewerFirmware:showMessage("ESC Calibration","QGroundControl cannot perform ESC Calibration with this version of firmware. You will need to upgrade QGroundControl.",StandardButton.Ok)
onBatteryConnected:showMessage("ESC Calibration","Performing calibration. This will take a few seconds..",0)
onCalibrationSuccess:showMessage("ESC Calibration","Calibration complete. You can disconnect your battery now if you like.",StandardButton.Ok)
onConnectBattery:showMessage("ESC Calibration","WARNING: Props must be removed from vehicle prior to performing ESC calibration.\n\nConnect the battery now and calibration will begin.",0)
onDisconnectBattery:showMessage("ESC Calibration failed","You must disconnect the battery prior to performing ESC Calibration. Disconnect your battery and try again.",StandardButton.Ok)