ArduPilot / MissionPlanner

Mission Planner Ground Control Station for ArduPilot (c# .net)
http://ardupilot.org/planner/
GNU General Public License v3.0
1.81k stars 2.42k forks source link

FlightData: Fix Python script hang... #3377

Closed EosBandi closed 4 months ago

EosBandi commented 4 months ago

a while loop for checking that the script object is created did not work (hangs) in a release build. Replaced it with a semaphore.