浏览代码

add: 启用网络时自动开启sntp功能

Wendal Chen 1 年之前
父节点
当前提交
4406ffe02e
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      application/include/luat_conf_bsp.h

+ 4 - 1
application/include/luat_conf_bsp.h

@@ -92,7 +92,6 @@
 #define LUAT_USE_DNS  1
 #define LUAT_USE_NETWORK 1
 #define LUAT_USE_TLS 1
-#define LUAT_USE_SNTP 1
 #define LUAT_USE_FTP 1
 
 #define LUAT_USE_IOTAUTH 1
@@ -290,4 +289,8 @@ extern unsigned int gLVFlashTime;
 #undef LUAT_USE_REPL
 #endif
 
+#ifdef LUAT_USE_NETWORK
+#define LUAT_USE_SNTP 1
+#endif
+
 #endif