mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-31 00:50:32 +00:00
revert the cheking for esptool
This commit is contained in:
parent
7f759d6bb5
commit
6fdc16017a
@ -44,9 +44,6 @@ shift "$((OPTIND-1))"
|
|||||||
shift
|
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
|
if [ -f "${FILENAME}" ]; then
|
||||||
echo "Trying to flash ${FILENAME}, but first erasing and writing system information"
|
echo "Trying to flash ${FILENAME}, but first erasing and writing system information"
|
||||||
"$PYTHON" -m esptool erase_flash
|
"$PYTHON" -m esptool erase_flash
|
||||||
|
Loading…
Reference in New Issue
Block a user