FIx VIN readout crash

This commit is contained in:
Carsten Schmiemann 2022-05-08 21:52:52 +02:00
parent 7614b6809b
commit ac6471ad99
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ void OvmsVehicleRenaultZoePh2::IncomingBCM(uint16_t type, uint16_t pid, const ch
}
case 0x4060: { //Vehicle identificaftion number
for(int i=0; i<17; i++) {
ESP_LOGD(TAG, "4060 Vehicle identificaftion number: %s", ((char*)CAN_BYTE(i)));
ESP_LOGD(TAG, "4060 Vehicle identificaftion number: %s", ((char*)CAN_NIB(i)));
}
break;
}