more bugfixes 8

This commit is contained in:
2025-05-09 17:17:58 -06:00
parent acd9eb6634
commit 7fa7f46972
4 changed files with 7 additions and 2 deletions
+2
View File
@@ -110,6 +110,8 @@ Some take optional [branch] paramater
* ex. `create-project hello-world` * ex. `create-project hello-world`
* `esp-install-monitor` monitors install.log. alias for `tail -n 75 -f $ESPIDF_INSTALLDIR/install.log` * `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 * `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 ### Cronjob
+2
View File
@@ -105,6 +105,8 @@ Features:
ex. `create-project hello-world` ex. `create-project hello-world`
`esp-install-monitor` monitors install.log. alias for `tail -n 75 -f $ESPIDF_INSTALLDIR/install.log` `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 `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: Cronjob:
reinstall from master everyday at 4am, logging out users with warn delays and rebooting after reinstall from master everyday at 4am, logging out users with warn delays and rebooting after
+2 -1
View File
@@ -1,5 +1,6 @@
test espinfo
test help on cmd, help-esp-tools
test menuconfig, monitor, flashmonitor, exit-esp-tools test menuconfig, monitor, flashmonitor, exit-esp-tools
test reboot thing
audit readme audit readme
maybe pretty up maybe pretty up
test all for bugs test all for bugs
+1 -1
View File
@@ -1 +1 @@
9-rc-4 9-rc-6