From 699f9c02ea327df3e76234938c74e945271a969d Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 9 Nov 2024 04:34:35 -0700 Subject: [PATCH] 34-live --- .gitignore | 4 +++- cron-reinstall-esp-idf.sh | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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