|
|
@@ -107,11 +107,12 @@
|
|
|
#define LUAT_USE_GTFONT_UTF8 1
|
|
|
|
|
|
//----------------------------
|
|
|
-// 高级功能, 其中shell是推荐启用, 除非你打算uart0也读数据
|
|
|
-#define LUAT_USE_SHELL 1
|
|
|
-#define LUAT_USE_DBG 1
|
|
|
+// 高级功能, 其中repl推荐开启, shell已废弃
|
|
|
+// #define LUAT_USE_SHELL 1
|
|
|
+// #define LUAT_USE_DBG 1
|
|
|
#define LUAT_USE_OTA 1
|
|
|
#define LUAT_USE_FOTA 1
|
|
|
+#define LUAT_USE_REPL 1
|
|
|
|
|
|
// 多虚拟机支持,实验性,一般不启用
|
|
|
// #define LUAT_USE_VMX 1
|