Merge pull request #39 from geeksville/bug17

Bug17
This commit is contained in:
Kevin Hester 2020-03-17 19:42:44 -07:00 committed by GitHub
commit 9c69326ed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

6
bin/program-release-tbeam.sh Executable file
View File

@ -0,0 +1,6 @@
set -e
source bin/version.sh
esptool.py --baud 921600 write_flash 0x10000 release/latest/firmware-TBEAM-US-$VERSION.bin

1
bin/read-system-info.sh Executable file
View File

@ -0,0 +1 @@
esptool.py --baud 921600 read_flash 0x1000 0xf000 system-info.img

BIN
images/system-info.bin Normal file

Binary file not shown.