This commit is contained in:
Carsten Schmiemann 2022-05-08 23:15:44 +02:00
parent ee2435006e
commit 1edbfcb331
2 changed files with 4 additions and 0 deletions

View File

@ -214,6 +214,10 @@ void OvmsVehicleRenaultZoePh2::IncomingBCM(uint16_t type, uint16_t pid, const ch
}
break;
}
case 0x4060: { //Vehicle identificaftion number
ESP_LOGD(TAG, "4060 Vehicle identificaftion number: %d", CAN_NIB(0));
break;
}
default: {
char *buf = NULL;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 91 KiB