We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ea064 commit ba69fcdCopy full SHA for ba69fcd
camera/README.md
@@ -24,6 +24,10 @@
24
25
## Build and Flash/Run
26
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
+
31
```bash
32
source ~/export-esp.sh # Needed to download components in "components_esp32.lock"
33
cargo build
camera/espflash.toml
@@ -0,0 +1 @@
1
+baudrate = 921600 # Default is 115200
0 commit comments