-
Notifications
You must be signed in to change notification settings - Fork 66
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
Elral/issue148 #152
Elral/issue148 #152
Conversation
@elral This has a build failure:
|
Holy moly, (my?) PlatformIO does not consider lowercase / capitel letter. Thanks for your hint! I will change the file accordingly, otherwise I had to modify all files where it is included. /edit: Strange, after renaming the file no changes show up which I could upload... |
@elral Windows vs. Linux build environments I think. Use the |
@neilenns do you have also a hint for me how to rename a folder? I didn't see a capitel "I" in |
For folder renames it look like you might have to pass it through an intermediary folder:
Current failure is this:
|
@neilenns thanks a lot! I will care about tomorrow. |
I will create a new pull request after I opened issues for the changes which were also implemented (as per Neils recommendation) |
@MobiFlight-Admin @neilenns @GioCC Within the actual branch there is a function each for both Shifters:
But as far as I can see both functions are never used, is this correct? Or do I simply not find the file where they are used? |
From what I can see, |
Ups, it's better to use copy and paste and to type it manually. It must be: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BIG THANK YOU TO EVERYONE!!!
Fixes #148
As I do not own Input- and Outputshifters I would highly appreciate if somebody could test it. All other devices are working. Also most changes from the last merging must be implemeted by hand.
I am still wondering about the uncommented PowerSaveOutputs(state); in the actual branch (what I left for now). Do outputs does not have a power saving?