bug fixes

This commit is contained in:
2025-04-30 11:43:13 -06:00
parent f02f963ed5
commit fec8cfdc42
7 changed files with 19 additions and 19 deletions
+2 -1
View File
@@ -56,6 +56,7 @@ echo -e "\tbinDir = $binDir"
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 exit_idf="source $binDir/exit_idf.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"
@@ -63,7 +64,7 @@ alias menuconfig="idf.py menuconfig"
echo -e "Changing dir to $ESPIDF_INSTALLDIR" echo -e "Changing dir to $ESPIDF_INSTALLDIR"
cd $ESPIDF_INSTALLDIR cd $ESPIDF_INSTALLDIR
echo -e "esp-idf $ESP_IDF_VERSION" echo -e "\nesp-idf version: $ESP_IDF_VERSION"
echo -e "\nWelcome to esp-idf!\nAll done :3\n" echo -e "\nWelcome to esp-idf!\nAll done :3\n"
@@ -18,6 +18,5 @@ subprocess
ret=$? ret=$?
export ESPBAUD=$ret export ESPBAUD=$ret
echo "\nBaudrate set to $ESPBAUD\n" echo "\nBaudrate set to $ESPBAUD\n"
echo "\nAll done :3\n" echo "\nAll done :3\n"
-16
View File
@@ -1,16 +0,0 @@
unset $ESPIDF_INSTALLDIR
unset $IDF_PATH
unset $ESP_IDF_VERSION
unset $IDF_PYTHON_ENV_PATH
unset $OPENOCD_SCRIPTS
unset $ESP_ROM_ELF_DIR
unset $IDF_DEACTIVATE_FILE_PATH
unset $IDF_TOOLS_INSTALL_CMD
unset $IDF_TOOLS_EXPORT_CMD
unset $IDF_TOOLS_EXPORT_CMD
unset $ESPPORT
unset $ESPBAUD
unset $ESPTARGET
exec "$SHELL" --login
source $HOME/.zshrc
reset
+16
View File
@@ -0,0 +1,16 @@
unset ESPIDF_INSTALLDIR
unset IDF_PATH
unset ESP_IDF_VERSION
unset IDF_PYTHON_ENV_PATH
unset OPENOCD_SCRIPTS
unset ESP_ROM_ELF_DIR
unset IDF_DEACTIVATE_FILE_PATH
unset IDF_TOOLS_INSTALL_CMD
unset IDF_TOOLS_EXPORT_CMD
unset IDF_TOOLS_EXPORT_CMD
unset ESPPORT
unset ESPBAUD
unset ESPTARGET
exec "$SHELL" --login
source $HOME/.zshrc
reset
+1 -1
View File
@@ -1 +1 @@
8-beta-2 8-beta-3