Commit 989a897e authored by pixhawk's avatar pixhawk

Hiding setpoint once timed out

parent 604d976a
......@@ -91,6 +91,7 @@ public slots:
statusMessage = "";
if (actionPending) statusMessage = "TIMED OUT, NO ACTION";
statusClearTimer.start();
userSetPointSet = false;
actionPending = 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