sylvandb / gruvin9x

Automatically exported from code.google.com/p/gruvin9x
0 stars 0 forks source link

Trainer mode channel labels should reflect actual channel order #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Trainer mode channel labels should reflect channel order selection and output 
channel use order selection in TEMPLATES should be moved to model SETUP, as it 
should not relate only to loading in templates, but to the set-up of the model 
itself. This would be a more logical place for it to be when the TRAINER menu 
relies on it, also.

In more detail ...

Currently the names are fixed at ...
RUD => PPMout Ch1
ELE => PPMout Ch2
THR => PPMout Ch3
AIL => PPMout Ch4

People using, for example, Futaba's "AETR" scheme see ...

AIL => PPMout Ch1
ELE => PPMout Ch2
THR => PPMout Ch3
RUD => PPMout Ch4

The SPektrum/JR "TAER" ...

THR => PPMout Ch1
AIL => PPMout Ch2
ELE => PPMout Ch3
RUD => PPMout Ch4

... and so forth.

Original issue reported on code.google.com by gru...@gmail.com on 2 Jul 2011 at 3:14

GoogleCodeExporter commented 8 years ago

Original comment by gru...@gmail.com on 2 Jul 2011 at 3:16

GoogleCodeExporter commented 8 years ago
I note that the channel order is in fact stored in general settings, so I'll 
move it to there instead. Ideally though, each model should be able to have a 
different wiring scheme ... but this will do for now.

Original comment by gru...@gmail.com on 2 Jul 2011 at 3:22

GoogleCodeExporter commented 8 years ago
r656 -- Channel Order moved from TEMPLATE to RADIO SETUP. Tested OK.

Original comment by gru...@gmail.com on 2 Jul 2011 at 4:04

GoogleCodeExporter commented 8 years ago
Ah .. I see now that the display order is changed, according to stick mode. SO 
that is OK, but the output channel assignments are always 1,2,3,4 instead or 
changing according to g_eeGeneral.templateSetup.

Original comment by gru...@gmail.com on 2 Jul 2011 at 4:40

GoogleCodeExporter commented 8 years ago
OK -- I'm a dummy. It was working correctly all the time. Sheesh.

But I find it confusing as all heck having the channels display in an order 
other than how my receivers are set up, so I went and fixed that -- at the cost 
of some arguably unnecessary extra flash bytes.

Original comment by gru...@gmail.com on 2 Jul 2011 at 6:04

GoogleCodeExporter commented 8 years ago
So, in the end, I ended up with exactly what I originally set out to do. Please 
excuse the confusion along the way in comments 3 through 5.

Original comment by gru...@gmail.com on 2 Jul 2011 at 6:10

GoogleCodeExporter commented 8 years ago

Original comment by gru...@gmail.com on 23 Sep 2011 at 1:52