@@ -129,7 +129,7 @@ Module_CCS_Task:
Module_LcmControl_Task:
@echo "===== Module_LcmControl_Task ==================================="
rm -f Module_LcmControl
- $(CC) -D $(Project) "-I../../../Modularization/ocppfiles/" "-I./" "-I../../" -O0 -g3 -Wall -fmessage-length=0 LCM/lcmComm_dgus.c LCM/Module_LcmControl.c -o Module_LcmControl
+ $(CC) -D $(Project) "-I../../../Modularization/ocppfiles/" "-I./" "-I../../" -O0 -g3 -Wall -fmessage-length=0 LCM/lcmComm_dgus.c LCM/Module_LcmControl.c LCM/cbmp.c -o Module_LcmControl
rm -f *.o
mv -f Module_LcmControl ../Images/root
@@ -4372,6 +4372,7 @@ int main(void)
setLedMotion(gun_index,LED_ACTION_INIT);
}
+ sleep(5);
system("cd /root;./Module_FactoryConfig -m");
system("rm -f /Storage/OCPP/OCPPConfiguration");
system("sync");