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:
parent
99704109eb
commit
1116bbb167
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue