testiung for release 3
This commit is contained in:
@@ -1 +1,2 @@
|
||||
#!/bin/bash
|
||||
cat $ESPIDFTOOLS_INSTALLDIR/.custom_bin/help.txt
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
idf.py menuconfig
|
||||
#!/bin/bash
|
||||
echo -e "\nRunning Menuconfig\n"
|
||||
idf.py menuconfig
|
||||
echo -e "\nAll done :3\n"
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user