Commit e4d8e841 authored by 李梓源's avatar 李梓源

feat:修改一线通全亮外发时间

parent 6a7e9f88
...@@ -657,6 +657,10 @@ void Function_Check_Ctrl(uint32_t cmd) ...@@ -657,6 +657,10 @@ void Function_Check_Ctrl(uint32_t cmd)
RELAY_DC12V_MCU = 1; RELAY_DC12V_MCU = 1;
RELAY_KEY_MCU = 1; RELAY_KEY_MCU = 1;
} }
if(ONE_KEY_ONOFF > 5 && ONE_KEY_ONOFF < 15)
{
Aima_SLF(1u, 0x03, 0x1, 1u);
}
} }
else else
{ {
...@@ -667,7 +671,6 @@ void Function_Check_Ctrl(uint32_t cmd) ...@@ -667,7 +671,6 @@ void Function_Check_Ctrl(uint32_t cmd)
FULL_BEAM = 0; FULL_BEAM = 0;
Aima_SLF(1u, 0x03, 0x1, 1u);
} }
break; break;
......
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