mirror of https://github.com/ArduPilot/ardupilot
AP_Scripting: applets: MissionSelector: add loaded print
This commit is contained in:
parent
d01ac70c16
commit
2ba7516b0f
|
@ -84,4 +84,6 @@ function update()
|
|||
return update, 1000
|
||||
end
|
||||
|
||||
gcs:send_text(5,"Loaded MissionSelector.lua")
|
||||
|
||||
return update, 5000
|
||||
|
|
Loading…
Reference in New Issue