|
@@ -2985,7 +2985,7 @@ void checkReset()
|
|
|
|
|
|
DEBUG_INFO("%s reset request by OCPP.\n", ShmOCPP16Data->Reset.Type);
|
|
|
for(int gun_index = 0;gun_index<AC_QUANTITY;gun_index++)
|
|
|
- setChargerMode(gun_index, SYS_MODE_BOOTING)
|
|
|
+ setChargerMode(gun_index, SYS_MODE_BOOTING);
|
|
|
if(strcmp((char*)ShmOCPP16Data->Reset.Type, "Hard") == 0)
|
|
|
{
|
|
|
system("sync");
|
|
@@ -3016,7 +3016,7 @@ void checkReset()
|
|
|
|
|
|
DEBUG_INFO("%s reset request by OCPP.\n", ShmOCPP20Data->Reset.type);
|
|
|
for(int gun_index = 0;gun_index<AC_QUANTITY;gun_index++)
|
|
|
- setChargerMode(gun_index, SYS_MODE_BOOTING)
|
|
|
+ setChargerMode(gun_index, SYS_MODE_BOOTING);
|
|
|
if(strcmp((char*)ShmOCPP20Data->Reset.type, "Immediate") == 0)
|
|
|
{
|
|
|
|