diff --git a/.gitignore b/.gitignore index 3252fce..98b5f5d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ test-scratch.sh -notes.txt \ No newline at end of file +notes.txt +*.bak +next-* \ No newline at end of file diff --git a/cron-reinstall-esp-idf.sh b/cron-reinstall-esp-idf.sh index aca7528..b84d35a 100644 --- a/cron-reinstall-esp-idf.sh +++ b/cron-reinstall-esp-idf.sh @@ -1,5 +1,5 @@ #!/bin/bash -cronVers=33-live # version of this script +cronVers=34-live # version of this script sleepSecs=180 # seconds of warning to wait for user to log out log=$HOME/esp/install.log