add a cool lua repl

This commit is contained in:
jacqueline
2023-12-13 16:10:08 +11:00
parent 5a2f0b08e0
commit 64b106c13e
87 changed files with 8150 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
idf_component_register(
SRCS "linenoise.c" "encodings/utf8.c"
INCLUDE_DIRS "."
REQUIRES "console" "esp-idf-lua")