浏览代码

Comment out pmsleep and timer_suspend options in user_config.h

for master drop
dnc40085 6 年之前
父节点
当前提交
295e640a7a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/include/user_config.h

+ 2 - 2
app/include/user_config.h

@@ -114,8 +114,8 @@ extern void luaL_assertfail(const char *file, int line, const char *message);
 #define WIFI_SDK_EVENT_MONITOR_ENABLE
 #define WIFI_EVENT_MONITOR_DISCONNECT_REASON_LIST_ENABLE
 
-#define ENABLE_TIMER_SUSPEND
-#define PMSLEEP_ENABLE
+////#define ENABLE_TIMER_SUSPEND
+//#define PMSLEEP_ENABLE
 
 
 #define STRBUF_DEFAULT_INCREMENT 32