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