Commit b28c86af authored by Anton Babushkin's avatar Anton Babushkin
Browse files

Mag calibration message parsing fix

parent 854b9cbd
...@@ -343,7 +343,7 @@ void QGCPX4SensorCalibration::handleTextMessage(int uasid, int compId, int sever ...@@ -343,7 +343,7 @@ 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") { if (text == "rotate in a figure 8 around all axis") {
setInstructionImage(":/files/images/px4/calibration/mag_calibration_figure8.png"); setInstructionImage(":/files/images/px4/calibration/mag_calibration_figure8.png");
} }
......
Supports Markdown
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