1
0
Fork 0
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:
bsongis 2012-02-22 21:03:48 +00:00
parent 76406f1f9c
commit 0a1b7a39bf
2 changed files with 3 additions and 3 deletions

View file

@ -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