Debug hood detection

This commit is contained in:
Carsten Schmiemann 2022-04-21 19:46:23 +02:00
parent 304d2219fe
commit c440602ada
1 changed files with 2 additions and 2 deletions

View File

@ -155,8 +155,8 @@ void OvmsVehicleRenaultZoePh2::IncomingBCM(uint16_t type, uint16_t pid, const ch
break;
}
case 0x0495: { //Hood
StandardMetrics.ms_v_door_hood->SetValue((bool)CAN_NIBL(0));
//ESP_LOGD(TAG, "0495 Hood: %d", CAN_NIBL(0));
StandardMetrics.ms_v_door_hood->SetValue((bool)CAN_NIB(0));
ESP_LOGD(TAG, "0495 Hood: %d", CAN_NIB(0));
break;
}