Add files via upload

This commit is contained in:
Jason2866 2019-11-02 17:44:30 +01:00 committed by GitHub
parent 3cb24fb5c9
commit 753a5577d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1 @@
esptool.py --port COM5 --baud 115200 erase_flash

View File

@ -0,0 +1 @@
esptool.py --port COM5 --baud 115200 read_flash 0x000000 0x100000 backup.bin

View File

@ -1 +1 @@
esptool.py --port COM5 --baud 115200 verify_flash -fs 1MB -fm dout 0x000000 firmware.bin
esptool.py --port COM5 --baud 115200 verify_flash -fs 1MB -fm dout 0x000000 firmware.bin