add debug print to new section

This commit is contained in:
2026-06-30 00:04:59 -05:00
parent fa96b2f59f
commit 7174c16628

View File

@@ -997,6 +997,8 @@ function UpdateGlobalThrust()
SetThrusterPower(thruster, desiredThrust)
else
if Config.Debug then print("DEBUG: Thruster has x_config_equivalent set") end
local prop1 = throttleOutput + pitchRateOutput + rollRateOutput -- front-left
local prop2 = throttleOutput + pitchRateOutput - rollRateOutput -- front-right
local prop3 = throttleOutput - pitchRateOutput - rollRateOutput -- back-right