revert the cheking for esptool

pull/1106/head
Mike Kinney 2022-01-17 02:31:25 +00:00
rodzic 7f759d6bb5
commit 6fdc16017a
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -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