diff --git a/doc/ESP32-S3-EYE-22/README.md b/doc/ESP32-S3-EYE-22/README.md index 74ed462..2ae7055 100644 --- a/doc/ESP32-S3-EYE-22/README.md +++ b/doc/ESP32-S3-EYE-22/README.md @@ -39,6 +39,9 @@ These are currently known or tested camera modules: | Camera chip | FOV | Resolution | Tested | Works | Description | |-------------|--------|------------|--------|-------|------------------------------------------| | OV2640 | 66.5° | 2MP | Yes | Yes | Recommended. Standard camera module | +| OV2640 | 120° | 2MP | Yes | Yes | Recommended | +| OV2640 | 160° | 2MP | Yes | Yes | Recommended | +| OV2640IR | 160° | 2MP | Yes | Yes | | ## How to flash binary files to board from Linux/MAC/Windows diff --git a/fw_build.sh b/fw_build.sh index 79bb323..a99db0a 100644 --- a/fw_build.sh +++ b/fw_build.sh @@ -19,6 +19,7 @@ # # The script assumes the following directory structure: # ESP32_PrusaConnectCam/ +# ├── arduino-cli # ├── ESP32_PrusaConnectCam.ino # ├── mcu_cfg.h # ├── ...