Commit 616612ff authored by Lorenz Meier's avatar Lorenz Meier

Merge branch 'rc_config' of github.com:mavlink/qgroundcontrol into rc_config

parents a47942f5 4d140001
...@@ -370,7 +370,8 @@ void QGCPX4SensorCalibration::handleTextMessage(int uasid, int compId, int sever ...@@ -370,7 +370,8 @@ void QGCPX4SensorCalibration::handleTextMessage(int uasid, int compId, int sever
setInstructionImage(QString(":/files/images/px4/calibration/accel_%1.png").arg(axis)); setInstructionImage(QString(":/files/images/px4/calibration/accel_%1.png").arg(axis));
} }
if (text == "rotate in a figure 8 around all axis") { if (text == "rotate in a figure 8 around all axis" /* support for old typo */
|| text == "rotate in a figure 8 around all axes" /* current version */) {
setInstructionImage(":/files/images/px4/calibration/mag_calibration_figure8.png"); setInstructionImage(":/files/images/px4/calibration/mag_calibration_figure8.png");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment