Commit 86f96416 authored by 梁百峰's avatar 梁百峰

feat:增加发送步数

parent 5682ac8c
This diff is collapsed.
......@@ -691,9 +691,9 @@ void Button_Statu_Manage(void)
Botton.Other.Time += IntervalTimerDelta;
if(Botton.Other.Time >= 1000 && CheckClusterValid == 0u){
if(Botton.Other.Statu != 3) {
Botton.Other.Statu = 2;
}
// if(Botton.Other.Statu != 3) {
// Botton.Other.Statu = 2;
// }
Button_Press= 1;
Err_Flag = 1;
}
......@@ -2691,7 +2691,7 @@ void Stage_Manage()
ClearOtherFlagFun();
Othercount = 0;
if(HJ_OtherKeyCurrent.count > 11) {
HJ_OtherKeyCurrent.count = 1;
HJ_OtherKeyCurrent.count = 0;
}
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment