This commit is contained in:
2025-04-30 13:17:33 -06:00
parent aa794c8727
commit 30637a594f
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -40,6 +40,7 @@ export PATH="$ESPIDF_INSTALLDIR/.custom_bin:$PATH"
export ESPPORT=$ttyselect
export ESPBAUD=460800
export ESPTARGET=$esp
export examples="$ESPIDF_INSTALLDIR/esp-idf/examples"
echo -e "Installation Variables:"
tail -1 "$ESPIDF_INSTALLDIR/version-data.log"
@@ -57,6 +58,7 @@ echo -e "\tESPPORT = $ESPPORT"
echo -e "\tESPIDF_INSTALLDIR = $ESPIDF_INSTALLDIR"
echo -e "\tESP_IDF_VERSION = $ESP_IDF_VERSION"
echo -e "\tbinDir = $binDir"
echo -e "\texamples = $examples"
echo -e "\nSetting alias"
alias changeport="source $binDir/changeport.sh"