隔离对码闪烁与灯光状态

This commit is contained in:
2026-07-27 23:19:11 +08:00
parent b85b15df17
commit 241bf50b3f
4 changed files with 105 additions and 65 deletions
@@ -364,7 +364,7 @@ pfunc modefunctin[] = { //ģʽ
Mode3,
};
void choice_mode(){
if(Light_Transition_ModeActive) return;
if(Light_Transition_ModeActive || Light_Transition_FeedbackActive()) return;
if (!timer1.active && timer1.count == 0){
if(Mode==mode0){
startTimer(&timer1,1);