Debug VIN

This commit is contained in:
Carsten Schmiemann 2022-05-08 22:47:44 +02:00
parent d0b1911f3b
commit 40952e9730
1 changed files with 1 additions and 1 deletions

View File

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