From 6e91b59b4dc99ddf87e1d9b38bfaa38f8902d873 Mon Sep 17 00:00:00 2001 From: hPrnicessPi3 Date: Fri, 9 May 2025 17:47:22 -0600 Subject: [PATCH] more bugfixes 10 --- esp-idf-tools-cmd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp-idf-tools-cmd.sh b/esp-idf-tools-cmd.sh index 0fab658..085be62 100644 --- a/esp-idf-tools-cmd.sh +++ b/esp-idf-tools-cmd.sh @@ -621,7 +621,7 @@ elif [[ "$arg" == "nuke" || "$arg" == "n" ]]; then elif [[ "$arg" == "nukereboot" || "$arg" == "nr" ]]; then action="REINSTALL (NUKEREBOOT)" - sleepMins=1 + sleepMins=0 # restart right away idfGet="download" handleStart