From 7fa7f4697254b5e4a42c1fce081d015d2af94b31 Mon Sep 17 00:00:00 2001 From: hPrnicessPi3 Date: Fri, 9 May 2025 17:17:58 -0600 Subject: [PATCH] more bugfixes 8 --- README.md | 2 ++ help.txt | 2 ++ todo.txt | 3 ++- version.txt | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4d89a3..bb29534 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,8 @@ Some take optional [branch] paramater * ex. `create-project hello-world` * `esp-install-monitor` monitors install.log. alias for `tail -n 75 -f $ESPIDF_INSTALLDIR/install.log` * `esp-install-logs` displays full text of install.log and version-data.txt +* `$examples` is a shortcut for examples directory in esp-idf + * ex. cd `$examples` ### Cronjob diff --git a/help.txt b/help.txt index 164e2c1..8c76eb9 100644 --- a/help.txt +++ b/help.txt @@ -105,6 +105,8 @@ Features: ex. `create-project hello-world` `esp-install-monitor` monitors install.log. alias for `tail -n 75 -f $ESPIDF_INSTALLDIR/install.log` `esp-install-logs` displays full text of install.log and version-data.txt + `$examples` is a shortcut for examples directory in esp-idf + ex. cd $examples` Cronjob: reinstall from master everyday at 4am, logging out users with warn delays and rebooting after diff --git a/todo.txt b/todo.txt index 0fb8838..18bad47 100644 --- a/todo.txt +++ b/todo.txt @@ -1,5 +1,6 @@ +test espinfo +test help on cmd, help-esp-tools test menuconfig, monitor, flashmonitor, exit-esp-tools -test reboot thing audit readme maybe pretty up test all for bugs diff --git a/version.txt b/version.txt index eb4e77d..d53f6a0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -9-rc-4 +9-rc-6 \ No newline at end of file