|
@@ -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
|
|
|
{
|