Update README.md
parent
ed6e85c494
commit
cff7cf2d19
|
|
@ -71,6 +71,15 @@ Then it is possible build and upload the firmware to the board. Each board requi
|
|||
|
||||
In the file **mcu_cfg.h**, after line 16 is definitions that specify the version of the board for which the software will be compiled. It is necessary to enable the version of the board that will be used.
|
||||
|
||||
```c
|
||||
#define AI_THINKER_ESP32_CAM false
|
||||
#define ESP32_WROVER_DEV true
|
||||
#define CAMERA_MODEL_ESP32_S3_DEV_CAM false
|
||||
#define CAMERA_MODEL_ESP32_S3_EYE_2_2 false
|
||||
#define CAMERA_MODEL_XIAO_ESP32_S3_CAM false
|
||||
#define CAMERA_MODEL_ESP32_S3_CAM false
|
||||
```
|
||||
|
||||
<a name="prusa_connect"></a>
|
||||
## How to connect camera board to Prusa Connect
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue