mirror of https://github.com/ArduPilot/ardupilot
Plane: scripting init sends failure message
This commit is contained in:
parent
36fdad4e61
commit
b3928d3eee
|
@ -228,9 +228,7 @@ void Plane::startup_ground(void)
|
|||
#endif
|
||||
|
||||
#ifdef ENABLE_SCRIPTING
|
||||
if (!g2.scripting.init()) {
|
||||
gcs().send_text(MAV_SEVERITY_ERROR, "Scripting failed to start");
|
||||
}
|
||||
g2.scripting.init();
|
||||
#endif // ENABLE_SCRIPTING
|
||||
|
||||
// reset last heartbeat time, so we don't trigger failsafe on slow
|
||||
|
|
Loading…
Reference in New Issue