mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 13:00:34 +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