more fixes and polish, inching closer to release

This commit is contained in:
2025-05-09 17:55:08 -06:00
parent 6e91b59b4d
commit 6cf5a0a843
3 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
echo "esp-idf-tools install dir: $ESPIDF_INSTALLDIR"
echo "esp-idf-tools custom_bin dir: $ESPIDF_INSTALLDIR/.custom_bin/"
echo "esp-idf-tools version: $(cat $ESPIDF_INSTALLDIR/.custom_bin/version.txt)"
echo "esp-idf-tools last install: $(tail -1 $ESPIDF_INSTALLDIR/.custom_bin/version-data.log)"
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"
@@ -9,7 +9,7 @@ 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 "esp-idf export cmd: $IDF_TOOLS_EXPORT_CMD"es
echo "port: $ESPPORT"
echo "baud: $ESPBAUD"
echo "target device: $ESPTARGET"