change suggested flash baudrate to 1000000

This commit is contained in:
Hailey Somerville
2024-02-04 14:16:40 +11:00
parent 71280f93bd
commit 5f7fda0252
+1 -1
View File
@@ -34,7 +34,7 @@ There is also a `.env.fish` for fish users.
onto your board, something like:
```
idf.py -p /dev/ttyUSB0 -b 115200 flash
idf.py -p /dev/ttyUSB0 -b 1000000 flash
```
(give or take the correct serial port)