bug fixes pre release version

This commit is contained in:
2025-05-09 14:24:08 -06:00
parent 4579bd6c90
commit baaaf0c0cc
11 changed files with 92 additions and 136 deletions
+6 -2
View File
@@ -14,8 +14,12 @@ subprocess() {
return $selection
}
subprocess
ret=$?
if [ ! -z $1 ]; then
ret="$1"
else
ret=''
subprocess ret
fi
export ESPBAUD=$ret
echo "\nBaudrate set to $ESPBAUD\n"
+12 -11
View File
@@ -1,12 +1,13 @@
echo "esp-idf install dir: $ESPIDF_INSTALLDIR"
echo "esp-idf-tools install dir: $ESPIDF_INSTALLDIR"
echo "esp-idf-tools last install: $(tail -1 $ESPIDF_INSTALLDIR/version-data.log)"
echo "esp-idf path: $IDF_PATH"
echo "esp-idf version: $ESP_IDF_VERSION"
echo "esp-idf python path: $IDF_PYTHON_ENV_PATH
echo "openocd scripts: $OPENOCD_SCRIPTS"
echo "esp-idf rom elf dir: $ESP_ROM_ELF_DIR"
echo "esp-idf-deactivate file path $IDF_DEACTIVATE_FILE_PATH"
echo "esp-idf tools install cmd: $IDF_TOOLS_INSTALL_CMD"
echo "esp-idf-tools export cmd: $IDF_TOOLS_EXPORT_CMD"
echo "port: $ESPPORT"
echo "baud: $ESPBAUD"
echo "target device $SPTARGET"
echo "esp-idf version: $ESP_IDF_VERSION"
echo "esp-idf python path: $IDF_PYTHON_ENV_PATH"
echo "openocd scripts: $OPENOCD_SCRIPTS"
echo "esp-idf rom elf dir: $ESP_ROM_ELF_DIR"
echo "esp-idf-deactivate file path $IDF_DEACTIVATE_FILE_PATH"
echo "esp-idf install cmd: $IDF_TOOLS_INSTALL_CMD"
echo "esp-idf export cmd: $IDF_TOOLS_EXPORT_CMD"
echo "port: $ESPPORT"
echo "baud: $ESPBAUD"
echo "target device: $ESPTARGET"
+1
View File
@@ -0,0 +1 @@
idf.py flash monitor
+1
View File
@@ -0,0 +1 @@
idf.py menuconfig
+1
View File
@@ -0,0 +1 @@
idf.py monitor