1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 17:55:19 +03:00

Fixes #1087 fixed - Trainer weight range is now [-125%:+125%]

This commit is contained in:
bsongis 2014-05-13 12:06:08 +02:00
parent 2c2278a9ed
commit 0d7fa422b0
2 changed files with 9 additions and 9 deletions

View file

@ -1136,7 +1136,7 @@ void menuGeneralTrainer(uint8_t event)
case 1:
lcd_outdezAtt(11*FW, y, td->studWeight, attr);
if (attr&BLINK) CHECK_INCDEC_GENVAR(event, td->studWeight, -100, 100);
if (attr&BLINK) CHECK_INCDEC_GENVAR(event, td->studWeight, -125, 125);
break;
case 2: