Skip to content

Commit

Permalink
Tracker: remove annoying 'Command received' message
Browse files Browse the repository at this point in the history
Doesn't add anything of value
  • Loading branch information
peterbarker authored and rmackay9 committed Apr 16, 2023
1 parent 5ab1749 commit 6674f0e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions AntennaTracker/GCS_Mavlink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -427,9 +427,6 @@ MAV_RESULT GCS_MAVLINK_Tracker::handle_command_component_arm_disarm(const mavlin

MAV_RESULT GCS_MAVLINK_Tracker::handle_command_long_packet(const mavlink_command_long_t &packet)
{
// do command
send_text(MAV_SEVERITY_INFO,"Command received: ");

switch(packet.command) {

case MAV_CMD_DO_SET_SERVO:
Expand Down

0 comments on commit 6674f0e

Please sign in to comment.