chen
2025-07-05 76fc938c40ba7bdf3c6769d1f76a22328151ee90
keil/include/main/main.c
@@ -309,16 +309,16 @@
        second_count = 0;
        MinuteTask();
    }
         if(bind_flag)
   {
      if(bind_count--<=0)
      {
      bind_count=BIND_COUNT_NUM;
      copy_taglist_to_flash();
      sys_reset(0);
      bind_flag=0;
      }
   }
//         if(bind_flag)
//   {
//      if(bind_count--<=0)
//      {
//      bind_count=BIND_COUNT_NUM;
//      copy_taglist_to_flash();
//      sys_reset(0);
//      bind_flag=0;
//      }
//   }
//    //UWB状态检测
//if(!power_low_flag)//低供电下不需要检测重连
//   {