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

Simultaneous serial and internal control of throttle and axes #3

Merged
merged 5 commits into from Feb 1, 2015

Conversation

phardy
Copy link
Contributor

@phardy phardy commented Jan 11, 2015

Adds configuration options to throttle, translation and rotation controls allowing various combinations of control by serial device and by the usual KSP internal mechanism. These controls are now configured by ints rather than bools, with the following possible settings:

  • KSPSerial Control is disabled. Identical to the old boolean off option.
  • KSPSerial Control is enabled and total. Identical to the old boolean on option.
  • Control can be set by both KSPSerial and KSP internal, but priority is given to the internal setting. KSPSerial will only overwrite a control if internal is setting it to 0.
  • As above, but priority is given to KSPSerial over KSP internal. The internal setting will only be used if KSPSerial is setting the control to 0.

@zitron-git
Copy link
Owner

OK version 0.17 should be now up to date, can you have a look at this again? I don't think it will require any major changes. I'll merge this once you can confirm this is working with 0.17 and we can release as 0.17.1. Thanks.

zitron-git added a commit that referenced this pull request Feb 1, 2015
Simultaneous serial and internal control of throttle and axes
@zitron-git zitron-git merged commit 785eae6 into zitron-git:master Feb 1, 2015
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

Successfully merging this pull request may close these issues.

None yet

2 participants