diff --git a/add-to-export-sh.txt b/add-to-export-sh.txt index 7d5e034..d712c24 100644 --- a/add-to-export-sh.txt +++ b/add-to-export-sh.txt @@ -35,7 +35,7 @@ echo -e "Set esp target:\n\tOne of: esp32, esp32s2, esp32c3, esp32s3, esp32c2, e read esp # echo -e "\nSetting environment variables\n" -export PATH="${ESPIDF_INSTALLDIR}/.custom_bin:${PATH}" +export PATH="$ESPIDF_INSTALLDIR/.custom_bin:$PATH" export ESPPORT=$ttyselect export ESPBAUD=460800 export ESPTARGET=$esp @@ -53,9 +53,9 @@ echo -e "\tESPIDF_INSTALLDIR = $ESPIDF_INSTALLDIR" echo -e "\tbinDir = $binDir" # echo -e "Setting alias" -alias changeport="source ${binDir}/changeport.sh" -alias changebaud="source ${binDir}/changebaud.sh" -alias changeesp="source ${binDir}/changeesp.sh" +alias changeport="source $binDir/changeport.sh" +alias changebaud="source $binDir/changebaud.sh" +alias changeesp="source $binDir/changeesp.sh" alias monitor="idf.py monitor" alias flashmonitor="idf.py flash monitor" alias menuconfig="idf.py menuconfig" diff --git a/version.txt b/version.txt index 3e6272f..af63341 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -61-rc4.5 \ No newline at end of file +61-rc4.6 \ No newline at end of file