Skip to content

Commit

Permalink
README.md aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
cnadler86 authored Nov 20, 2024
1 parent cd0ccd7 commit 5d80859
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Alternatively, you can clone the <https://github.com/espressif/esp32-camera> rep
#### Supported Camera Models
This project supports various camera models out of the box. You typically only need to add a single line to your board config file ("mpconfigboard.h).
This project supports various boards with camera interface out of the box. You typically only need to add a single line to your board config file ("mpconfigboard.h).
Example (don't forget to add the empty line at the bottom):
```c
Expand Down Expand Up @@ -199,7 +199,6 @@ Below is a list of supported `MICROPY_CAMERA_MODEL_xxx` definitions:
#### For unsupported camera models

If your board is not yet supported, add the following lines to your board config-file "mpconfigboard.h" with the respective pins and camera parameters. Otherwise, you will need to pass all parameters during construction.
Don't forget the empty line at the bottom.
Example for Xiao sense:

```c
Expand Down

0 comments on commit 5d80859

Please sign in to comment.