54-release.u1: added some aliases
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user