initial commit

This commit is contained in:
Juraj Michalek 2024-09-25 08:54:57 +02:00
commit c1816090d8
4 changed files with 57 additions and 0 deletions

2
main/CMakeLists.txt Normal file
View file

@ -0,0 +1,2 @@
idf_component_register(SRCS "esp32-c3-lua-test.c"
INCLUDE_DIRS ".")