diff --git a/main.lua b/main.lua index c6713a0..f8d263b 100644 --- a/main.lua +++ b/main.lua @@ -479,10 +479,10 @@ function PollThrottle() end function PollSensors() - PollVelocity() - PollAltitude() PollNavTable() + PollAltitude() PollGimbal() + PollVelocity() end function PollVelocity() @@ -509,6 +509,10 @@ function PollVelocity() end end + else + if Config.Debug then + print("DEBUG: No velocity sensors found.") + end end end