This commit is contained in:
2024-11-13 15:44:11 -07:00
parent ccd5ee8bdc
commit 6ea5a6ba46
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -35,7 +35,7 @@ echo -e "Set esp target:\n\tOne of: esp32, esp32s2, esp32c3, esp32s3, esp32c2, e
read esp read esp
# echo -e "\nSetting environment variables\n" # echo -e "\nSetting environment variables\n"
export PATH="${ESPIDF_INSTALLDIR}/.custom_bin:${PATH}" export PATH="$ESPIDF_INSTALLDIR/.custom_bin:$PATH"
export ESPPORT=$ttyselect export ESPPORT=$ttyselect
export ESPBAUD=460800 export ESPBAUD=460800
export ESPTARGET=$esp export ESPTARGET=$esp
@@ -53,9 +53,9 @@ echo -e "\tESPIDF_INSTALLDIR = $ESPIDF_INSTALLDIR"
echo -e "\tbinDir = $binDir" echo -e "\tbinDir = $binDir"
# echo -e "Setting alias" # echo -e "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"
alias changeesp="source ${binDir}/changeesp.sh" alias changeesp="source $binDir/changeesp.sh"
alias monitor="idf.py monitor" alias monitor="idf.py monitor"
alias flashmonitor="idf.py flash monitor" alias flashmonitor="idf.py flash monitor"
alias menuconfig="idf.py menuconfig" alias menuconfig="idf.py menuconfig"
+1 -1
View File
@@ -1 +1 @@
61-rc4.5 61-rc4.6