You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had almost every control in my A-10C pit working...the one exception was the steerpoint toggle on the AAP ("AAP_STEER" message). The original code in A-10C.lua is as follows: defineRockerSwitch("AAP_STEER", 22, 3003, 3003, 3002, 3002, 474, "AAP", "Toggle Steerpoint")
Changing it to a "spring-loaded 3-position tumbler" works. (I based the code on the seat adjust code.) The new line in A-10C.lua is: defineSpringloaded_3PosTumb("AAP_STEER", 22, 3003, 3002, 474, "AAP", "Toggle Steerpoint")
This works in both the A-10C II and the base A-10C.
Thanks,
Eric
The text was updated successfully, but these errors were encountered:
I had almost every control in my A-10C pit working...the one exception was the steerpoint toggle on the AAP ("AAP_STEER" message). The original code in A-10C.lua is as follows:
defineRockerSwitch("AAP_STEER", 22, 3003, 3003, 3002, 3002, 474, "AAP", "Toggle Steerpoint")
Changing it to a "spring-loaded 3-position tumbler" works. (I based the code on the seat adjust code.) The new line in A-10C.lua is:
defineSpringloaded_3PosTumb("AAP_STEER", 22, 3003, 3002, 474, "AAP", "Toggle Steerpoint")
This works in both the A-10C II and the base A-10C.
Thanks,
Eric
The text was updated successfully, but these errors were encountered: