Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AAP_STEER in A-10C not working as coded #128

Closed
ColdFrontWI opened this issue Oct 16, 2022 · 1 comment
Closed

AAP_STEER in A-10C not working as coded #128

ColdFrontWI opened this issue Oct 16, 2022 · 1 comment

Comments

@ColdFrontWI
Copy link

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

WarLord211 added a commit that referenced this issue Oct 17, 2022
@WarLord211
Copy link
Member

Thanks for the fix. is uploaded to master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants