Merge branch 'test'
This commit is contained in:
commit
172fa87ca7
@ -418,17 +418,17 @@ export function Jl3dDriving(updatemmi) {
|
|||||||
|
|
||||||
if (sectionlist.sections.datalist[data.body[i].sectionCode].code) {
|
if (sectionlist.sections.datalist[data.body[i].sectionCode].code) {
|
||||||
if (driverswitch == '02' && code == drivingcode) {
|
if (driverswitch == '02' && code == drivingcode) {
|
||||||
// updatemmi.updatenowspeed(data.body[i].speed);
|
updatemmi.updatenowspeed(data.body[i].speed);
|
||||||
// if (data.body[i].atpSpeed) {
|
if (data.body[i].atpSpeed) {
|
||||||
// updatemmi.updateatpspeed(data.body[i].atpSpeed);
|
updatemmi.updateatpspeed(data.body[i].atpSpeed);
|
||||||
// } else {
|
} else {
|
||||||
// updatemmi.updateatpspeed(-1);
|
updatemmi.updateatpspeed(-1);
|
||||||
// }
|
}
|
||||||
// if (data.body[i].targetSpeed) {
|
if (data.body[i].targetSpeed) {
|
||||||
// updatemmi.updateatospeed(data.body[i].targetSpeed);
|
updatemmi.updateatospeed(data.body[i].targetSpeed);
|
||||||
// } else {
|
} else {
|
||||||
// updatemmi.updateatospeed(-1);
|
updatemmi.updateatospeed(-1);
|
||||||
// }
|
}
|
||||||
if (data.body[i].maLen) {
|
if (data.body[i].maLen) {
|
||||||
updatemmi.updatenowlen(data.body[i].maLen);
|
updatemmi.updatenowlen(data.body[i].maLen);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user