|
@@ -10389,7 +10389,7 @@ int handleChangeConfigurationRequest(char *uuid, char *payload)
|
|
SetOcppConnStatus(FALSE);
|
|
SetOcppConnStatus(FALSE);
|
|
}
|
|
}
|
|
|
|
|
|
- if(((strcmp(keystr,"FreeVend")==0) || (strcmp(keystr,"isEnableLocalPowerSharing")==0) || (strcmp(keystr,"PowerSharingServerIP")==0)) && (strcmp(comfirmstr,"Accepted")==0))
|
|
|
|
|
|
+ if(((strcmp(keystr,"FreeVend")==0) || (strcmp(keystr,"isEnableLocalPowerSharing")==0) || (strcmp(keystr,"PowerSharingServerIP")==0) || (strcmp(keystr,"RfidEndianType")==0) || (strcmp(keystr,"Enable15118")==0)) && (strcmp(comfirmstr,"Accepted")==0))
|
|
{
|
|
{
|
|
StoreUsrConfigData(&ShmSysConfigAndInfo->SysConfig);
|
|
StoreUsrConfigData(&ShmSysConfigAndInfo->SysConfig);
|
|
}
|
|
}
|