This commit is contained in:
2024-11-13 12:24:17 -07:00
parent 22af71965c
commit 880153c0da
7 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ fi
echo -e "\nRun menuconfig y/n?\n"
read menuconfig
if [ "menuconfig" == "y" ]; then
echo -e "\n\Executing menuconfig\n"
if [ "$menuconfig" == "y" ]; then
echo -e "\nExecuting menuconfig\n"
idf.py menuconfig
fi