From d9a7569e3b27af74ffc0a6b2a35119d9ce7894bc Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 25 Apr 2025 06:20:16 -0600 Subject: [PATCH] v8 pre, added ability to specificy branch in reinstaller --- README.md | 2 ++ custom_bin/espinfo | 0 custom_bin/install_esp_branch | 0 version.txt | 2 +- 4 files changed, 3 insertions(+), 1 deletion(-) mode change 100755 => 100644 custom_bin/espinfo mode change 100755 => 100644 custom_bin/install_esp_branch diff --git a/README.md b/README.md index 26577b5..fa261a8 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,8 @@ run_esp_reinstall run_esp_reinstall test run_esp_reinstall help run_esp_reinstall uninstall + Second optional argument specifies branch: + `run_esp_reinstall nuke v5.4.1` esp_monitor monitors install.log diff --git a/custom_bin/espinfo b/custom_bin/espinfo old mode 100755 new mode 100644 diff --git a/custom_bin/install_esp_branch b/custom_bin/install_esp_branch old mode 100755 new mode 100644 diff --git a/version.txt b/version.txt index 8098fbf..3af2396 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -7.3-dev +8-pre