소스 검색

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