diff --git a/add-to-export-sh.txt b/add-to-export-sh.txt index 54f7f13..48199a3 100644 --- a/add-to-export-sh.txt +++ b/add-to-export-sh.txt @@ -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" diff --git a/cron-reinstall-esp-idf.sh b/cron-reinstall-esp-idf.sh index d48d8ab..a321bae 100644 --- a/cron-reinstall-esp-idf.sh +++ b/cron-reinstall-esp-idf.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 diff --git a/version.txt b/version.txt index ac27110..2e38e54 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -60-dev.6 \ No newline at end of file +60-dev.8 \ No newline at end of file