kawal547 / open9x

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

Unavailable protocols not always in list #94

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Not sure if it's by design or not - For example if the firmware is compiled 
with DSM2 and no PXX, we'll see [PXX] in the list. If it's compiled with no PXX 
and no DSM2, none appear, the list stops at PPMSim, and a model previously set 
to DSM2 shows as PPMSim. 

Original issue reported on code.google.com by bernet.a...@gmail.com on 18 Aug 2012 at 11:38

GoogleCodeExporter commented 8 years ago
Yes is by design, as other way protocol id will be mapped differently depending 
on selected options, making impossible to set it in companion.

Original comment by romolo.m...@gmail.com on 18 Aug 2012 at 5:15

GoogleCodeExporter commented 8 years ago
I understand why we have the [], if DSM2 is item number 5 ist's normal to have 
#4 (PXX) apprear in the list, no problem. My question was why are they not 
always displayed on open9x. 

I guess that when PXX=NO but DSM=YES we show [PXX] because it comes before in 
the list, and that if PXX=NO and DSM=NO none are displayed to save a little bit 
of flash. Just wanted to know, because if that's the reason indeed then the 
side effect is that PXX and DSM models that might be in memory would be 
displayed wrong. Must not matter so much, as most users probably won't have DSM 
models in their eeprom if the firmware doesn't have the option compiled in.

Original comment by bernet.a...@gmail.com on 18 Aug 2012 at 5:36

GoogleCodeExporter commented 8 years ago
Right if no DSM and no PXX, we don't display both. Saves flash.

Original comment by bson...@gmail.com on 18 Aug 2012 at 8:06