Skip to content

Commit

Permalink
E-Sky protocol to ersky9x
Browse files Browse the repository at this point in the history
Correct the number of displayed protocols...
  • Loading branch information
pascallanger authored and pascallanger committed Jan 19, 2016
1 parent 886191d commit 1d0947d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/ersky9x/src/menus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6363,7 +6363,7 @@ uint8_t blink = InverseBlink ;
{
lcd_puts_Pleft( y, PSTR(STR_MULTI_TYPE));
uint8_t attr = g_model.sub_protocol ;
g_model.sub_protocol = checkIndexed( y, FWx10"\016"MULTI_STR, g_model.sub_protocol&0x1F, (sub==subN) ) + (g_model.sub_protocol&0xE0);
g_model.sub_protocol = checkIndexed( y, FWx10"\017"MULTI_STR, g_model.sub_protocol&0x1F, (sub==subN) ) + (g_model.sub_protocol&0xE0);
if(g_model.sub_protocol==attr)
attr=(g_model.ppmNCH >> 4) &0x07 ;
else
Expand Down

0 comments on commit 1d0947d

Please sign in to comment.