Skip to content

Commit

Permalink
Allow motor setup ui testing
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer committed Jan 19, 2025
1 parent 3be7fbd commit fcaa13e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Comms/MockLink/MockLink.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1062,6 +1062,9 @@ void MockLink::_handleCommandLong(const mavlink_message_t &msg)
_handlePreFlightCalibration(request);
commandResult = MAV_RESULT_ACCEPTED;
break;
case MAV_CMD_DO_MOTOR_TEST:
commandResult = MAV_RESULT_ACCEPTED;
break;
case MAV_CMD_CONTROL_HIGH_LATENCY:
if (linkConfiguration()->isHighLatency()) {
_highLatencyTransmissionEnabled = static_cast<int>(request.param1) != 0;
Expand Down

0 comments on commit fcaa13e

Please sign in to comment.