|
@@ -979,7 +979,7 @@ uint8_t ocpp_isAuthorizeRemoteStart()
|
|
|
|
|
|
if(ShmSysConfigAndInfo->SysInfo.OcppRunningVer == OCPP_RUNNING_VERSION_16)
|
|
|
{
|
|
|
- if(strstr((char*)ShmOCPP16Data->ConfigurationTable.CoreProfile[AuthorizeRemoteTxRequests ].ItemData, "TRUE"))
|
|
|
+ if(strstr((char*)ShmOCPP16Data->ConfigurationTable.CoreProfile[AuthorizeRemoteTxRequests].ItemData, "TRUE"))
|
|
|
{
|
|
|
result = YES;
|
|
|
}
|
|
@@ -5076,7 +5076,6 @@ int main(void)
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- setSpeaker(ON,SPEAKER_SHORT);
|
|
|
if(ShmCharger->isCcsEnable)system("/root/Module_CCS &");
|
|
|
setChargerMode(gun_index, SYS_MODE_PREPARING);
|
|
|
}
|
|
@@ -5085,7 +5084,6 @@ int main(void)
|
|
|
case START_METHOD_BLE:
|
|
|
case START_METHOD_FREE:
|
|
|
default:
|
|
|
- setSpeaker(ON,SPEAKER_SHORT);
|
|
|
if(ShmCharger->isCcsEnable)system("/root/Module_CCS &");
|
|
|
setChargerMode(gun_index, SYS_MODE_PREPARING);
|
|
|
break;
|