Changed default baud to 115200 (#1517)

Co-authored-by: Thomas Göttgens <tgoettgens@gmail.com>
This commit is contained in:
Ben Meadors
2022-06-15 11:44:37 -05:00
committed by GitHub
co-authored by Thomas Göttgens
parent d5a258cebd
commit a1dc350231
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
esptool.py --baud 921600 read_flash 0x1000 0xf000 system-info.img
esptool.py --baud 115200 read_flash 0x1000 0xf000 system-info.img