Skip to content

Commit

Permalink
Update BUILD-OPTIONS.md (#350)
Browse files Browse the repository at this point in the history
missing quote in version specifier
  • Loading branch information
indexds authored Nov 10, 2024
1 parent 5b0acc2 commit 9f0402d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD-OPTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ Remote components that are **not** already included inside the [esp-idf-sys bind
For example, the `espressif/esp32-camera` component could be included in the following way:
```toml
[[package.metadata.esp-idf-sys.extra_components]]
remote_component = { name = "espressif/esp32-camera", version = "2.0.7}
remote_component = { name = "espressif/esp32-camera", version = "2.0.7" }
bindings_header = "your_bindings.h"
bindings_module = "camera"
```
Expand Down

0 comments on commit 9f0402d

Please sign in to comment.