|
@@ -1255,7 +1255,7 @@ void get_firmware_version(unsigned char gun_index)
|
|
|
strcpy((char*)ShmSysConfigAndInfo->SysInfo.CsuPrimFwRev, ShmCharger->gun_info[gun_index].ver.Version_FW);
|
|
|
|
|
|
// Get CSU root file system version
|
|
|
- sprintf((char*)ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev, "V0.43.00.0000.00");
|
|
|
+ sprintf((char*)ShmSysConfigAndInfo->SysInfo.CsuRootFsFwRev, "V0.44.00.0000.00");
|
|
|
|
|
|
// Get AC connector type from model name
|
|
|
for(uint8_t idx=0;idx<3;idx++)
|
|
@@ -2163,6 +2163,7 @@ int main(void)
|
|
|
}
|
|
|
|
|
|
system("cd /root;./Module_FactoryConfig -m");
|
|
|
+ system("rm -f /Storage/OCPP/OCPPConfiguration");
|
|
|
system("sync");
|
|
|
sleep(5);
|
|
|
system("reboot -f");
|