|
@@ -3946,6 +3946,7 @@ int InitShareMemory()
|
|
|
ShmOCPP16DataPH->GetConfiguration.ResponseConfigurationKey = staticResponseConfigurationKeyArray;
|
|
|
ShmOCPP16DataPH->GetConfiguration.ResponseUnknownKey = staticResponseUnknownKey;
|
|
|
ShmOCPP16DataPH->SendLocalList.LocalAuthorizationList = staticLocalAuthorizationList;
|
|
|
+ sprintf((char*)ShmOCPP16DataPH->FirmwareStatusNotification.Status, "%s",FirmwareStatusStr[FirmwareStatus_Idle]);
|
|
|
|
|
|
//offline MeterValue Interval
|
|
|
TempMeterValueInterval = 0;
|
|
@@ -10227,7 +10228,7 @@ int handleDataTransferRequest(char *uuid, char *payload)
|
|
|
int result = FAIL;
|
|
|
char tempvendorId[255]={0};
|
|
|
char tempmessageId[50]={0};
|
|
|
- char tempdata[512]={0};
|
|
|
+ char tempdata[1024]={0};
|
|
|
char message[2048]={0};
|
|
|
|
|
|
DEBUG_INFO("handleDataTransferRequest...\n");
|