writeflash is actually write_flash in esptool.py

This commit is contained in:
Nicolas Derive
2020-05-22 12:53:54 +02:00
parent 1897d4703c
commit 9f2646ba03
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ set -e
FILENAME=$1
echo "Trying to update $FILENAME"
esptool.py --baud 921600 writeflash 0x10000 $FILENAME
esptool.py --baud 921600 write_flash 0x10000 $FILENAME