exit_idf added. added echo of ESP_IDF_VERSION to export

This commit is contained in:
2025-04-30 11:35:40 -06:00
parent 08dffc74b3
commit f02f963ed5
6 changed files with 37 additions and 11 deletions
+9 -2
View File
@@ -51,10 +51,16 @@ Usage:
Once installed for the first time, restart your shell.
to activate esp-idf with the custom additions, run:
`get_idf`
exit with
`exit_idf`
for help
`help-esp`
Features:
`help-esp` show this help
`get_idf` enter esp-idf
`exit_idf` exit esp-idf and reset terminal
`build` idf.py build
`changebaud` prompts to enter a new baud
`changeesp` prompts to type in esp32s3, esp32c6, etc
@@ -72,6 +78,7 @@ Features:
`chipinfo` get information from the esp chip
`espinfo` get detailed information from the esp chip
`menuconfig` run `idf.py menuconfig`
Aliases:
run_esp_reinstall
@@ -88,12 +95,12 @@ Aliases:
Second optional argument specifies branch (requires two arguments!):
`run_esp_reinstall nuke v5.4.1`
esp_monitor
esp_install_monitor
monitors install.log
alias for tail -n 75 -f $ESPIDF_INSTALLDIR/install.log
no arguments
esp_logs
esp_install_logs
displays full text of install.log and version-data.txt
no arguments