From 39411efb8775fadfbd22ad44fe46da384c54060b Mon Sep 17 00:00:00 2001 From: Juraj Michalek Date: Wed, 25 Sep 2024 08:56:39 +0200 Subject: [PATCH] add gitignore --- .gitignore | 3 +++ README.md | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a2e6e6e --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ + +build/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..65432ef --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# ESP32-C3 Lua evaluation example + +## Build + +```shell +idf.py set-target esp32c3 +idf.py build flash monitor +``` +