- Posts: 106
- Forum
- News, Announcements and Feedback
- Feedback & Questions
- Beware of latest nightlies for the Devo 6s! SOLVED
Beware of latest nightlies for the Devo 6s! SOLVED
- Sero
- Topic Author
- Offline
- RC-addicted
All versions before that restore the function of the switch.
A day without flying can't be called a day.
Please Log in or Create an account to join the conversation.
- FDR
- Offline
Please Log in or Create an account to join the conversation.
- Sero
- Topic Author
- Offline
- RC-addicted
- Posts: 106
A day without flying can't be called a day.
Please Log in or Create an account to join the conversation.
- Sero
- Topic Author
- Offline
- RC-addicted
- Posts: 106
Is there a way to get older ones, from last year?
A day without flying can't be called a day.
Please Log in or Create an account to join the conversation.
- mwm
- Offline
This is a result of bitbucket.org/deviationtx/deviation/pull...devo6-extra-switches . Unfortunately, I'm recovering from surgery and can't really sit at my desk to work on it.
Since it only affects the 6S (I'm sure we'd have had earlier reports on at least the 7E if it broke that) and there's a work-around, I don't think we need to back out that change.
Any chance I can get a dev to make a test build with one change? I believe this is an off-by-one error in src/target/devo6/tx_buttons.c, in that line 80 is
&& (!(1 << (buttonmap[idx] - 1) & Transmitter.ignore_buttons))) {
&& (!(1 << buttonmap[idx] & Transmitter.ignore_buttons))) {
Can someone check the nightly emulator build? I suspect the bug won't show up there, so the fix will need to be tested on real hardware.
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- Sero
- Topic Author
- Offline
- RC-addicted
- Posts: 106
A day without flying can't be called a day.
Please Log in or Create an account to join the conversation.
- blackmoon
- Offline
- Posts: 402
mwm wrote: This is a result of bitbucket.org/deviationtx/deviation/pull...devo6-extra-switches . Unfortunately, I'm recovering from surgery and can't really sit at my desk to work on it.
Very nice! I was contemplating on how to add a momentary switch to the devo6S, and the only way was to parallel it with one of the other, now it will have is own variable.
Thank you Mike
Please Log in or Create an account to join the conversation.
- mwm
- Offline
Please post if you can't remove that extra input and have it work!
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- Sero
- Topic Author
- Offline
- RC-addicted
- Posts: 106
A day without flying can't be called a day.
Please Log in or Create an account to join the conversation.
- Thomas.Heiss
- Offline
- Posts: 698
A nothing saying topic is really irritating for all other forum visitors who want to install latest nightly-builds but use different Devo senders.
My 2cents
Thomas
Please Log in or Create an account to join the conversation.
- RedSleds
- Offline
- Posts: 226
Sero is able to edit the topic header to something a little more diplomatic and descriptive, ....and less dramatic.
DEVO 10 - Multi-module with nRF24L01 +PA +LNA, A7105 +PA, & CC2500 +PA +LNA transceivers.
Nightly Build: v4.0.1-548bbf5 (6/9/2015)
Please Log in or Create an account to join the conversation.
- Sero
- Topic Author
- Offline
- RC-addicted
- Posts: 106
A day without flying can't be called a day.
Please Log in or Create an account to join the conversation.
- RedSleds
- Offline
- Posts: 226
DEVO 10 - Multi-module with nRF24L01 +PA +LNA, A7105 +PA, & CC2500 +PA +LNA transceivers.
Nightly Build: v4.0.1-548bbf5 (6/9/2015)
Please Log in or Create an account to join the conversation.
- Forum
- News, Announcements and Feedback
- Feedback & Questions
- Beware of latest nightlies for the Devo 6s! SOLVED
- Home
- Forum
- News, Announcements and Feedback
- Feedback & Questions
- Beware of latest nightlies for the Devo 6s! SOLVED