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