Kaynağa Gözat

Comment out pmsleep and timer_suspend options in user_config.h

for master drop
dnc40085 6 yıl önce
ebeveyn
işleme
295e640a7a
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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