1.4-release

This commit is contained in:
2025-10-10 14:27:30 -06:00
parent 59dea96bdf
commit ea3bb543f7
3 changed files with 10 additions and 5 deletions
+5
View File
@@ -1,4 +1,9 @@
#!/bin/bash
if [ ! -d build ]; then
echo -e "\nNot set up! Setting up for $ESPTARGET on $ESPPORT at $ESPBAUD baud\n"
setup
fi
echo -e "\nRunning Menuconfig\n"
idf.py --preview menuconfig
echo -e "\nAll done :3\n"