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