This commit is contained in:
2024-11-12 07:39:50 -07:00
parent 77a38d8101
commit 36069d927f
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -35,8 +35,12 @@ echo "ESPBAUD = ${ESPBAUD}"
export ESPTARGET=$esp
echo "ESPTARGET = ${ESPTARGET}"
echo "ESPIDF_INSTALLDR=${ESPIDF_INSTALLDIR}"
binDir="${ESPIDF_INSTALLDIR}/.custom_bin"
echo "binDir=${binDir}"
echo "Setting alias"
alias changeport="source ${binDir}/changeport.sh"
alias changebaud="source ${binDir}/changebaud.sh"
+1 -1
View File
@@ -205,7 +205,7 @@ function handleStart() {
}
function handleEmptyLogs() {
writeToLog "$(date '+%d/%m/%Y %H:%M:%S %Z (%s)'): Emptying logs (function ran)"
writeToLog "$(date '+%d/%m/%Y %H:%M:%S %Z (%s)'): Emptying and touching logs (function ran)"
rm -f $log
touch $log
+1 -1
View File
@@ -1 +1 @@
60-dev.6
60-dev.8