@@ -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
+