Commit 76b4e4f7 authored by 李鑫3's avatar 李鑫3

feat:添加下电停止检测

parent 51f66940
...@@ -641,9 +641,9 @@ const uint16_t ODODigitNum09PosX22 []= {165,155,145,135,125,115}; ...@@ -641,9 +641,9 @@ const uint16_t ODODigitNum09PosX22 []= {165,155,145,135,125,115};
void EE_Read(void) void EE_Read(void)
{ {
if((EE_Flag!=16)) if((EE_Flag!=64))
{ {
if(ee_flag==1) if((ee_flag==1) && (LINE_OUT_NEG_04 == 1))
{ {
eenum++; eenum++;
......
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