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 export ESPTARGET=$esp
echo "ESPTARGET = ${ESPTARGET}" echo "ESPTARGET = ${ESPTARGET}"
echo "ESPIDF_INSTALLDR=${ESPIDF_INSTALLDIR}"
binDir="${ESPIDF_INSTALLDIR}/.custom_bin" binDir="${ESPIDF_INSTALLDIR}/.custom_bin"
echo "binDir=${binDir}"
echo "Setting alias" echo "Setting alias"
alias changeport="source ${binDir}/changeport.sh" alias changeport="source ${binDir}/changeport.sh"
alias changebaud="source ${binDir}/changebaud.sh" alias changebaud="source ${binDir}/changebaud.sh"
+1 -1
View File
@@ -205,7 +205,7 @@ function handleStart() {
} }
function handleEmptyLogs() { 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 rm -f $log
touch $log touch $log
+1 -1
View File
@@ -1 +1 @@
60-dev.6 60-dev.8