add needed files

This commit is contained in:
2025-12-06 20:14:52 -06:00
parent 5f8aa28483
commit 6f8d6441ae
2 changed files with 14 additions and 0 deletions

10
scripts/clean.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -e
export IDF_TOOLS_PATH=${PWD}/lib/idf-tools
export IDF_PATH=${PWD}/lib/esp-idf
. ${IDF_PATH}/export.sh
idf.py fullclean