61-beta4.2

This commit is contained in:
2024-11-13 02:00:37 -07:00
parent 03798f1f20
commit e044d02b69
2 changed files with 20 additions and 25 deletions
+2 -7
View File
@@ -101,12 +101,7 @@ Modes:
```
cron:
reinstall from master everyday at 4am, logging out users with warn delays and rebooting after
crontab -e
`crontab -e`
0 4 * * * bash $HOME/esp/esp-install-custom/reinstall-esp-idf.sh cron
monitor log file during install:
tail -n 75 -f $ESPIDF_INSTALLDIR/install.log;
view both logs from beginning:
less $ESPIDF_INSTALLDIR/install.log; less $ESPIDF_INSTALLDIR/version-data.txt;
```
+1 -1
View File
@@ -1 +1 @@
61-beta4.1
61-beta4.2