mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 22:58:10 +08:00
commander: do not beep on successful commands
DO_MOTOR_TEST is sent continuously, which led to constant beeping
This commit is contained in:
@@ -3366,7 +3366,6 @@ void answer_command(const vehicle_command_s &cmd, unsigned result,
|
||||
{
|
||||
switch (result) {
|
||||
case vehicle_command_s::VEHICLE_CMD_RESULT_ACCEPTED:
|
||||
tune_positive(true);
|
||||
break;
|
||||
|
||||
case vehicle_command_s::VEHICLE_CMD_RESULT_DENIED:
|
||||
|
||||
Reference in New Issue
Block a user