Browse Source

feature: 1.无操作时间改为5min

pcb_v4_8k
Zhangwen 1 month ago
parent
commit
96ec48f2b0
  1. 3
      source/app/task_appstatus.h

3
source/app/task_appstatus.h

@ -6,7 +6,8 @@
#include "app_config.h" #include "app_config.h"
#define Noperate_Time_MSeconds 180000 // #define Noperate_Time_MSeconds 180000
#define Noperate_Time_MSeconds 300000 //5min
#define Noperate_Time_Seconds Noperate_Time_MSeconds/JIFFIES // 180000/JIFFIES = 180s #define Noperate_Time_Seconds Noperate_Time_MSeconds/JIFFIES // 180000/JIFFIES = 180s

Loading…
Cancel
Save