AP_Scripting: add initial announcement to plane_aerobatics.lua

This commit is contained in:
Henry Wurzburg 2022-11-20 14:20:50 -06:00 committed by Andrew Tridgell
parent 2d4d915b45
commit 92cc5e87aa
1 changed files with 1 additions and 0 deletions

View File

@ -2693,4 +2693,5 @@ function update()
return update, 1000.0/LOOP_RATE
end
gcs:send_text(0, string.format("Loaded plane_aerobatics.lua"))
return update()