60-dev.8
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
@@ -1 +1 @@
|
||||
60-dev.6
|
||||
60-dev.8
|
||||
Reference in New Issue
Block a user