summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUILDING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 337a5098..094c1551 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -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)