esp32-lilygo-t5/README.md
Juraj Michalek 39411efb87 add gitignore
2024-09-25 08:56:39 +02:00

9 lines
112 B
Markdown

# ESP32-C3 Lua evaluation example
## Build
```shell
idf.py set-target esp32c3
idf.py build flash monitor
```