Browse Source

Merge branch 'AW-ChargeLab'

FolusWen 4 years ago
parent
commit
8ad520823b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      EVSE/Projects/AW-ChargeLab/Apps/Module_FactoryConfig.c

+ 1 - 0
EVSE/Projects/AW-ChargeLab/Apps/Module_FactoryConfig.c

@@ -332,6 +332,7 @@ int main(int argc, char *argv[])
 	{
 		strcpy((char*)SysConfig.OcppServerURL, "wss://ocpp.io");
 		sprintf((char*)SysConfig.ChargeBoxId, "%s%s", SysConfig.ModelName, SysConfig.SerialNumber);
+		strcpy((char*)SysConfig.chargePointVendor, "ChargeLab");
 	}
 	else
 	{