61-rc3.2
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
echo -e "\nFlashing an ${ESPTARGET} on ${ESPPORT}\n"
|
echo -e "\nFlashing an $ESPTARGET on $ESPPORT\n"
|
||||||
idf.py flash
|
idf.py flash
|
||||||
echo -e "\nAll done :3\n"
|
echo -e "\nAll done :3\n"
|
||||||
@@ -23,7 +23,7 @@ if [ -f *.old ]; then
|
|||||||
echo -e "\nDeleting *.old\n"
|
echo -e "\nDeleting *.old\n"
|
||||||
rm *.old
|
rm *.old
|
||||||
else
|
else
|
||||||
echo -e "\nNo *g.old, skipping delete\n"
|
echo -e "\nNo *.old, skipping delete\n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f *.bak ]; then
|
if [ -f *.bak ]; then
|
||||||
|
|||||||
@@ -16,8 +16,8 @@ fi
|
|||||||
|
|
||||||
echo -e "\nRun menuconfig y/n?\n"
|
echo -e "\nRun menuconfig y/n?\n"
|
||||||
read menuconfig
|
read menuconfig
|
||||||
if [ "$wipe" == "y" ]; then
|
if [ "menuconfig" == "y" ]; then
|
||||||
echo -e "\n\Executing menuconfig"
|
echo -e "\n\Executing menuconfig\n"
|
||||||
idf.py menuconfig
|
idf.py menuconfig
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
61-rc3.1
|
61-rc3.2
|
||||||
Reference in New Issue
Block a user