From 4cfc229e77db3000c6597ecd1e478f2554438c7c Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 19 Aug 2022 13:35:54 -0500 Subject: [PATCH] Update device-update.sh --- bin/device-update.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/device-update.sh b/bin/device-update.sh index b4e054196..a233d61dd 100755 --- a/bin/device-update.sh +++ b/bin/device-update.sh @@ -45,8 +45,6 @@ shift "$((OPTIND-1))" if [ -f "${FILENAME}" ]; then echo "Trying to flash update ${FILENAME}." $PYTHON -m esptool --baud 115200 write_flash 0x10000 ${FILENAME} - echo "Erasing the otadata partition, which will turn off flash flippy-flop and force the first image to be used" - $PYTHON -m esptool --baud 115200 erase_region 0xe000 0x2000 else echo "Invalid file: ${FILENAME}" show_help