Browse Source

V5.2.3_20210414_1
1、收到关机指令时,增加关灯操作。

dail 4 years ago
parent
commit
776b07509b

BIN
MDK-ARM/bin/MC_VR7500_V5r2r3_20210414_1.bin


BIN
MDK-ARM/bin/QD007A_CTL_APP.bin


+ 1 - 0
User/Src/tasks.c

@@ -539,6 +539,7 @@ void PowerOff_Process(TrueOrFalse_Flag_Struct_t ReturnEnable)
 	
 	//关闭助力档位
 	MC_ControlCode.GearSt = MC_GearSt_OFF;
+	MC_ControlCode.LightSwitch = MC_LightSwitch_OFF;
 	Update_MC_ControlCode_Back();
 	
 	#if 1 //存储到Flash,下次开机时从Flash取出转移到EEPROM

+ 3 - 0
修改说明.txt

@@ -373,6 +373,9 @@ V5.2.3_20210414
 10、取消指拨零点自动更新;
 11、版本号V5.2.3_20210414
 
+V5.2.3_20210414_1
+1、收到关机指令时,增加关灯操作。
+