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
@@ -18,6 +18,5 @@ subprocess
ret=$?
export ESPBAUD=$ret
echo "\nBaudrate set to $ESPBAUD\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