54-release.u1: added some aliases

This commit is contained in:
2024-11-09 13:26:54 -07:00
parent 519c90b122
commit 925e0cc77d
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -42,6 +42,9 @@ echo "Setting alias"
alias changeport="source ${binDir}/changeport.sh"
alias changebaud="source ${binDir}/changebaud.sh"
alias changeesp="source ${binDir}/changeesp.sh"
alias flash="idf.py flash"
alias monitor="idf.py monitor"
alias erase-flash="idf.py erase-flash"
echo "Changing dir to ${HOME}/esp"
cd "${HOME}/esp"
+1 -1
View File
@@ -13,7 +13,7 @@ startTime=$(date '+%s')
# crontab -e
# 0 8 * * * bash $HOME/esp/esp-install-custom/cron-reinstall-esp-idf.sh
cronVers=54-release # version of this script
cronVers=54-release.u1 # version of this script
myUser=princesspi
test=$1