AP_Scripting: applets: MissionSelector: add loaded print

This commit is contained in:
Iampete1 2024-11-05 08:50:08 +00:00 committed by Peter Barker
parent d01ac70c16
commit 2ba7516b0f
1 changed files with 2 additions and 0 deletions

View File

@ -84,4 +84,6 @@ function update()
return update, 1000
end
gcs:send_text(5,"Loaded MissionSelector.lua")
return update, 5000