From b5ffb138c40260538e771b8fa95e7e27c1d3f501 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 12 Nov 2024 19:21:26 -0700 Subject: [PATCH] 61-alpha3.2 --- alias.sh | 7 ++++++- version.txt | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/alias.sh b/alias.sh index 5096347..8d76afa 100644 --- a/alias.sh +++ b/alias.sh @@ -4,11 +4,16 @@ echo 'alias esp_monitor="tail -n 75 -f $ESPIDF_INSTALLDIR/install.log;"' >> ~/.z echo 'alias esp_logs="less $ESPIDF_INSTALLDIR/install.log; less $ESPIDF_INSTALLDIR/version-data.txt"' >> ~/.zshrc +# run_esp_reinstall performs a git pull first to get the latest esp-inststall-custom code, then cats version.txt for clarity before running the command with an optional argument # run_esp_reinstall # run_esp_reinstall clear # run_esp_reinstall nuke # run_esp_reinstall test # run_esp_reinstall interactive # run_esp_reinstall retool + +# esp_monitor is an alias for tail -n 75 -f $ESPIDF_INSTALLDIR/install.log and takes no arguments # esp_monitor -# esp_logs + +# esp_logs is an alias for less $ESPIDF_INSTALLDIR/install.log; less $ESPIDF_INSTALLDIR/version-data.txt and takes no arguments +# esp_logs diff --git a/version.txt b/version.txt index c942458..1aa4919 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -61-alpha3.1 \ No newline at end of file +61-alpha3.2 \ No newline at end of file