Skip to content

Commit ba69fcd

Browse files
committed
build: increase default baud rate
1 parent f1ea064 commit ba69fcd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

camera/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424

2525
## Build and Flash/Run
2626

27+
> [!NOTE]
28+
> The baud rate is set to `921600` in [`espflash.toml`](./espflash.toml), try
29+
> lowering this value to `115200` if you're experiencing flashing issues.
30+
2731
```bash
2832
source ~/export-esp.sh # Needed to download components in "components_esp32.lock"
2933
cargo build

camera/espflash.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
baudrate = 921600 # Default is 115200

0 commit comments

Comments
 (0)