|
@@ -1283,7 +1283,7 @@ uint8_t ocpp_get_freevend_idtag(uint8_t * userId)
|
|
|
return result;
|
|
|
}
|
|
|
|
|
|
-uint8_t ocpp_set_ocmf_date_transfer(uint8_t gun_index)
|
|
|
+uint8_t ocpp_set_ocmf_data_transfer(uint8_t gun_index)
|
|
|
{
|
|
|
uint8_t result = NO;
|
|
|
|
|
@@ -5566,7 +5566,7 @@ void proccessEndOfChargingForPtbMeter(uint8_t gun_index)
|
|
|
{
|
|
|
if(getDiffSecNow(startTime[gun_index][TMR_IDX_PTB_METER_MESSAGE]) >= 12)
|
|
|
{
|
|
|
- if((ocpp_set_ocmf_date_transfer(gun_index) == YES))
|
|
|
+ if((ocpp_set_ocmf_data_transfer(gun_index) == YES))
|
|
|
{
|
|
|
checkStopReason(gun_index);
|
|
|
|
|
@@ -5607,7 +5607,7 @@ void checkMissingPtbMeterMessage(uint8_t gun_index)
|
|
|
{
|
|
|
if((ShmCharger->gun_info[gun_index].isGetPtbMeterMessage != ON))
|
|
|
{
|
|
|
- if((ocpp_set_ocmf_date_transfer(gun_index) == YES))
|
|
|
+ if((ocpp_set_ocmf_data_transfer(gun_index) == YES))
|
|
|
{
|
|
|
if(ShmOCPP16Data->OcmfData[gun_index].SendOcmfDataReq != ON)
|
|
|
ShmOCPP16Data->OcmfData[gun_index].SendOcmfDataReq = ON;
|