mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Plane: emit throttle armed and throttle disarmed statustexts
This commit is contained in:
parent
55a9165624
commit
8fdc2a1bad
@ -472,6 +472,9 @@ bool AP_Arming_Plane::arm(const AP_Arming::Method method, const bool do_arming_c
|
||||
}
|
||||
|
||||
change_arm_state();
|
||||
|
||||
gcs().send_text(MAV_SEVERITY_INFO, "Throttle armed");
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@ -506,5 +509,7 @@ bool AP_Arming_Plane::disarm(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
gcs().send_text(MAV_SEVERITY_INFO, "Throttle disarmed");
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user