add update script and README changes

This commit is contained in:
Mark Huson
2020-05-06 19:43:17 -07:00
parent 32d0368f59
commit fc0c9bcfe3
2 changed files with 12 additions and 1 deletions

8
bin/device-update.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -e
FILENAME=$1
echo "Trying to update $FILENAME"
esptool.py --baud 921600 writeflash 0x10000 $FILENAME