|
strcpy((char*)SysConfig.OcppServerURL, "wss://ocpp.io");
|
|
strcpy((char*)SysConfig.OcppServerURL, "wss://ocpp.io");
|
|
sprintf((char*)SysConfig.ChargeBoxId, "%s%s", SysConfig.ModelName, SysConfig.SerialNumber);
|
|
sprintf((char*)SysConfig.ChargeBoxId, "%s%s", SysConfig.ModelName, SysConfig.SerialNumber);
|