- Posts: 199
Preparing for the next Deviation release
- richardclli
- Offline
Please Log in or Create an account to join the conversation.
- mj666
- Offline
- Posts: 53
bitbucket.org/deviationtx/
I still have range issues with the latest nightly build and LemonRX DSMX sattelites. Please check my post below. Don't forget to make range tests. This will avoid surprises during normal flying.
www.deviationtx.com/forum/3-feedback-que...monrx-dsmx-sat#38111
Please Log in or Create an account to join the conversation.
- mwm
- Offline
You're still having troubles with the new nightlies?
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.
- richardclli
- Offline
- Posts: 199
For the UI bug that I have figured out before in the layout editor, the cause if the change of this line of code in config/pagecfg.h
-#define ELEM_USED(elem) (*((u32 *)(&(elem))) & 0x3FE00)
+#define ELEM_USED(elem) (*((u32 *)(&(elem))) & 0x3FFFF)
I am not use why this is changed and when I tried to rollback the modification of this line, the layout editor returns normal. Anybody can suggest why this change created the bug?
Please Log in or Create an account to join the conversation.
- mwm
- Offline
For the record, the text gui is the text-only display used on the F7 and F12E builds.
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.
- richardclli
- Offline
- Posts: 199
Please Log in or Create an account to join the conversation.
- richardclli
- Offline
- Posts: 199
src/pages/common/_main_config.c
# This patch file was generated by NetBeans IDE
# It uses platform neutral UTF-8 encoding and \n newlines.
--- Base (BASE)
+++ Locally Modified (Based On LOCAL)
@@ -193,6 +193,7 @@
break;
pc->elem[i-1] = pc->elem;
}
+ ELEM_SET_X(pc->elem[i-1], 0);
ELEM_SET_Y(pc->elem[i-1], 0);
idx = MAINPAGE_FindNextElem(type, 0);
set_selected_for_move(idx);
Can anybody help me to commit this change to the repository?
Please Log in or Create an account to join the conversation.
- greeffbf
- Offline
- Posts: 18
When can we expect the next release?
Do you have a bucket list of items?
My only requests for next release.
1 - Please correct elevator and aileron swapped in "Standard mode".
2 - Please add the KN protocol.
Thanks for all your hard work.
Please Log in or Create an account to join the conversation.
- mwm
- Offline
As far as I'm concerned, we should create a release ASAP. The manuals are up to date, and every major issue in the issues list is either fixed, or dates from 4.0.1. While the quality may not be as good as I'd like, and there are some outstanding things that we need to figure out how to get into the system, having a current release newer than 4.0.1 would be a great boon. Or just quit doing releases, and have people run nightly builds.
But only PB can create a release....
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.
- vlad_vy
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- mwm
- Offline
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.
- aMax
- Offline
- Posts: 776
.... and please reintroduce the Telemetry ON/OFF feature for DSM again, especially for the 7e. I really hate themwm wrote: I'd say the nightly build hasn't been updated for two months. But we tried to stop adding new features and get in bug fixes before that. I agree it's not ready for a release as is. We really need a release candidate that is feature-frozen that we encourage people to test with.
voltage fluctuation on this tx when I am using a none telemetry rx. Why did Indigo put this back into code on Marchs.....?
Devo7e, TaranisQ X7, R9M , 4in1 MM, Futaba FC18plusV3.2 & DFT/FLD-02
Please Log in or Create an account to join the conversation.
- gdenton
- Offline
- Posts: 71
The Devo 10 has the option to turn on/off telemetry on DSM protocols but the 7E does not, why would this be different, to save code space?
Please Log in or Create an account to join the conversation.
- mwm
- Offline
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.
- aMax
- Offline
- Posts: 776
This tx ...( especially with no range mod)... is mostly used with cheap rx without telemetry. With the Devo10 it might be different.
Devo7e, TaranisQ X7, R9M , 4in1 MM, Futaba FC18plusV3.2 & DFT/FLD-02
Please Log in or Create an account to join the conversation.
- mwm
- Offline
And I have to respectfully disagree about the usefulness of GPS on the 7E. Deviation is a great choice for yachts, the unmodded 7E has enough controls and range for most of them, so I'm recommending it to people. GPS is potentially useful there. What's not useful is altitude, which is what I took out of the FrSky telemetry.
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.
- richardclli
- Offline
- Posts: 199
Please Log in or Create an account to join the conversation.
- richardclli
- Offline
- Posts: 199
Please Log in or Create an account to join the conversation.
- blackmoon
- Offline
- Posts: 402
mwm wrote: What's not useful is altitude, which is what I took out of the FrSky telemetry.
I suppose this is only for the 7E, but is still active in the other transmitters.
Please Log in or Create an account to join the conversation.
- Fernandez
- Offline
- Posts: 983
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Development
- Preparing for the next Deviation release