Commit eb5e3954 authored by DonLakeFlyer's avatar DonLakeFlyer

parent 0ad459e5
......@@ -347,7 +347,7 @@ void SensorsComponentController::_handleUASTextMessage(int uasId, int compId, in
if (text.endsWith("orientation detected")) {
QString side = text.section(" ", 0, 0);
qDebug() << "Side started" << side;
qCDebug(SensorsComponentControllerLog) << "Side started" << side;
if (side == "down") {
_orientationCalDownSideInProgress = true;
......@@ -394,7 +394,7 @@ void SensorsComponentController::_handleUASTextMessage(int uasId, int compId, in
if (text.endsWith("side done, rotate to a different side")) {
QString side = text.section(" ", 0, 0);
qDebug() << "Side finished" << side;
qCDebug(SensorsComponentControllerLog) << "Side finished" << side;
if (side == "down") {
_orientationCalDownSideInProgress = false;
......
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