add debug print to new section
This commit is contained in:
2
main.lua
2
main.lua
@@ -997,6 +997,8 @@ function UpdateGlobalThrust()
|
|||||||
|
|
||||||
SetThrusterPower(thruster, desiredThrust)
|
SetThrusterPower(thruster, desiredThrust)
|
||||||
else
|
else
|
||||||
|
if Config.Debug then print("DEBUG: Thruster has x_config_equivalent set") end
|
||||||
|
|
||||||
local prop1 = throttleOutput + pitchRateOutput + rollRateOutput -- front-left
|
local prop1 = throttleOutput + pitchRateOutput + rollRateOutput -- front-left
|
||||||
local prop2 = throttleOutput + pitchRateOutput - rollRateOutput -- front-right
|
local prop2 = throttleOutput + pitchRateOutput - rollRateOutput -- front-right
|
||||||
local prop3 = throttleOutput - pitchRateOutput - rollRateOutput -- back-right
|
local prop3 = throttleOutput - pitchRateOutput - rollRateOutput -- back-right
|
||||||
|
|||||||
Reference in New Issue
Block a user