Skip to content

Commit

Permalink
Mag calibration message parsing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTon committed Oct 22, 2013
1 parent 854b9cb commit b28c86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/px4_configuration/QGCPX4SensorCalibration.cc
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ void QGCPX4SensorCalibration::handleTextMessage(int uasid, int compId, int sever
setInstructionImage(QString(":/files/images/px4/calibration/accel_%1.png").arg(axis));
}

if (text == "rotate in a figure 8") {
if (text == "rotate in a figure 8 around all axis") {
setInstructionImage(":/files/images/px4/calibration/mag_calibration_figure8.png");
}

Expand Down

0 comments on commit b28c86a

Please sign in to comment.