mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 01:05:10 +03:00
Allow 4 blades
This commit is contained in:
parent
76406f1f9c
commit
0a1b7a39bf
2 changed files with 3 additions and 3 deletions
|
@ -1991,7 +1991,7 @@ void menuProcTelemetry(uint8_t event)
|
|||
lcd_puts(4, y, STR_BLADES);
|
||||
lcd_outdezAtt(TELEM_COL2+FWNUM, y, 2+g_model.frsky.blades, sub==subN ? INVERS : 0);
|
||||
if (sub==subN)
|
||||
CHECK_INCDEC_MODELVAR(event, g_model.frsky.blades, 0, 1);
|
||||
CHECK_INCDEC_MODELVAR(event, g_model.frsky.blades, 0, 2);
|
||||
}
|
||||
subN++;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue