eddited the ilhavo charging spot type and type of receptacle

This commit is contained in:
gilteixeira 2023-03-09 16:54:42 +00:00
parent f999521721
commit 6920e5bc69
1 changed files with 2 additions and 2 deletions

View File

@ -75,11 +75,11 @@ static int mk_evcsnm(uint8_t *evcsnm_oer, uint32_t *evcsnm_len)
cs_elem0->type.buf = calloc(1, sizeof(uint8_t));
cs_elem0->type.size = 1;
cs_elem0->type.bits_unused = 0;
cs_elem0->type.buf[0] = 0xff;
cs_elem0->type.buf[0] = 0x03;
cs_elem0->typeOfReceptacle.buf = calloc(1, sizeof(uint8_t));
cs_elem0->typeOfReceptacle.size = 1;
cs_elem0->typeOfReceptacle.bits_unused = 0;
cs_elem0->typeOfReceptacle.buf[0] = 0xff;
cs_elem0->typeOfReceptacle.buf[0] = 0x0D;
cs_elem0->parkingPlacesData = calloc(1, sizeof(struct ParkingPlacesData));
cs_elem0->parkingPlacesData->list.array = calloc(2, sizeof(void *));
cs_elem0->parkingPlacesData->list.count = 2;