Explorar o código

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

Wendal Chen hai 1 ano
pai
achega
4406ffe02e
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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