add gitignore

This commit is contained in:
Juraj Michalek 2024-09-25 08:56:39 +02:00
commit 39411efb87
2 changed files with 12 additions and 0 deletions

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# ESP32-C3 Lua evaluation example
## Build
```shell
idf.py set-target esp32c3
idf.py build flash monitor
```