Explorar o código

Merge branch 'AW-Regular'

FolusWen %!s(int64=4) %!d(string=hai) anos
pai
achega
a14aeffc6c

BIN=BIN
EVSE/Projects/AW-ChargeLab/Images/FactoryDefaultConfig.bin


BIN=BIN
EVSE/Projects/AW-ChargeLab/Images/ramdisk.gz


+ 2 - 2
EVSE/Projects/AW-Regular/Apps/main.c

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