From 6fdc16017a0bbc6fec37ee56414e6597ebf3493f Mon Sep 17 00:00:00 2001 From: Mike Kinney Date: Mon, 17 Jan 2022 02:31:25 +0000 Subject: [PATCH] revert the cheking for esptool --- bin/device-install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/device-install.sh b/bin/device-install.sh index f0157da2d..533361c39 100755 --- a/bin/device-install.sh +++ b/bin/device-install.sh @@ -44,9 +44,6 @@ shift "$((OPTIND-1))" shift } -# check that esptool is installed -"$PYTHON" -m esptool -h >/dev/null 2>&1 || echo "Error: esptool was not found."; exit 1 - if [ -f "${FILENAME}" ]; then echo "Trying to flash ${FILENAME}, but first erasing and writing system information" "$PYTHON" -m esptool erase_flash