This commit is contained in:
2024-11-12 11:10:09 -07:00
parent 8676e5c701
commit 601529345e
4 changed files with 42 additions and 34 deletions
+3 -2
View File
@@ -61,9 +61,10 @@ Features:
Helpful Stuff:
cron:
reinstall from master everyday at 8pm, logging out users with warn delays and rebooting after
reinstall from master everyday at 4am, logging out users with warn delays and rebooting after
`crontab -e`
0 8 * * * bash $HOME/esp/esp-install-custom/reinstall-esp-idf.sh cron
add below to bottom of file:
0 4 * * * bash $HOME/esp/esp-install-custom/reinstall-esp-idf.sh cron
monitor log file during install:
`tail -n 75 $ESPIDF_INSTALLDIR/install.log;`