Explorar o código

Merge branch 'AW-ChargeLab'

FolusWen %!s(int64=4) %!d(string=hai) anos
pai
achega
8ad520823b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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
 	{