1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 01:05:10 +03:00

Bug when editing phase names with Rotary Encoder

This commit is contained in:
bsongis 2012-02-21 21:47:46 +00:00
parent 6a1f12281c
commit cdc2beb202
2 changed files with 3 additions and 7 deletions

View file

@ -421,7 +421,7 @@ void menuProcModel(uint8_t event)
lcd_outdezNAtt(7*FW,0,g_eeGeneral.currModel+1,INVERS+LEADING0,2);
MENU(STR_MENUSETUP, menuTabModel, e_Model, (g_model.protocol==PROTO_PPM||g_model.protocol==PROTO_DSM2||g_model.protocol==PROTO_PXX ? 12 : 11), {0,ZCHAR|(sizeof(g_model.name)-1),2,2,0,0,0,0,0,6,2,1});
uint8_t sub = m_posVert;
uint8_t sub = m_posVert;
uint8_t y = 1*FH;
uint8_t subN = 1;