summaryrefslogtreecommitdiffstats
path: root/firmware/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/setup.sh')
-rwxr-xr-xfirmware/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/setup.sh b/firmware/setup.sh
index 5b6379a..490d87e 100755
--- a/firmware/setup.sh
+++ b/firmware/setup.sh
@@ -6,7 +6,7 @@ deactivate || true
export IDF_TOOLS_PATH="$PWD/idf-tools"
pushd esp-idf
-./install.sh
+./install.sh esp32c3
. ./export.sh
idf_tools.py install-python-env
popd