From bbd7c5063d0f837f40457e053d57d8e7ced1c956 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 19 Aug 2022 13:34:41 -0500 Subject: [PATCH] Removed ota erasure --- bin/device-update.bat | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/device-update.bat b/bin/device-update.bat index 7e8dc329..c9ec0c4c 100644 --- a/bin/device-update.bat +++ b/bin/device-update.bat @@ -29,11 +29,9 @@ IF "__%FILENAME%__" == "____" ( IF EXIST %FILENAME% ( 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%" goto HELP ) -:EOF \ No newline at end of file +:EOF