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

Cell max value is now 5.10V in the Firmware (as in Companion)

This commit is contained in:
bsongis 2014-06-21 19:39:49 +02:00
parent 99704109eb
commit 1116bbb167

View file

@ -755,6 +755,9 @@ ls_telemetry_value_t maxTelemValue(uint8_t channel)
case TELEM_ASPEED:
case TELEM_MAX_ASPEED:
return 2000;
case TELEM_CELL:
case TELEM_MIN_CELL:
return 510;
default:
return 30000;
#else