testiung for release 3

This commit is contained in:
2025-05-10 00:25:01 -06:00
parent 39a963d227
commit 831a70e3dd
6 changed files with 27 additions and 4 deletions
+1
View File
@@ -1 +1,2 @@
#!/bin/bash
cat $ESPIDFTOOLS_INSTALLDIR/.custom_bin/help.txt
+4 -1
View File
@@ -1 +1,4 @@
idf.py menuconfig
#!/bin/bash
echo -e "\nRunning Menuconfig\n"
idf.py menuconfig
echo -e "\nAll done :3\n"
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/bash
set -e # die on error in theory
set -e # die on error
echo -e "Clean, build, flash, monitor in steps, dying on error"