增加档位
parent
8d489aeee5
commit
0b5fc23539
|
@ -278,6 +278,8 @@ public class VehicleData {
|
||||||
sb.append(getValue(current,5));
|
sb.append(getValue(current,5));
|
||||||
//绝缘电阻 79 - 87
|
//绝缘电阻 79 - 87
|
||||||
sb.append(getValue(resistance,9));
|
sb.append(getValue(resistance,9));
|
||||||
|
//档位
|
||||||
|
sb.append(gear);
|
||||||
// 加速踏板行程值
|
// 加速踏板行程值
|
||||||
sb.append(getValue(accelerationPedal,2));
|
sb.append(getValue(accelerationPedal,2));
|
||||||
// 制动踏板行程值
|
// 制动踏板行程值
|
||||||
|
|
Loading…
Reference in New Issue