File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
libraries/ESP32/examples/Camera/CameraWebServer Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ #ifndef BOARD_CONFIG_H
2+ #define BOARD_CONFIG_H
3+
4+ //
15// WARNING!!! PSRAM IC required for UXGA resolution and high JPEG quality
26// Ensure ESP32 Wrover Module or other board with PSRAM is selected
37// Partial images will be transmitted if image exceeds buffer size
48//
59// You must select partition scheme from the board menu that has at least 3MB APP space.
10+
611// ===================
712// Select camera model
813// ===================
2429//#define CAMERA_MODEL_ESP32S3_CAM_LCD
2530//#define CAMERA_MODEL_DFRobot_FireBeetle2_ESP32S3 // Has PSRAM
2631//#define CAMERA_MODEL_DFRobot_Romeo_ESP32S3 // Has PSRAM
27- #include "camera_pins.h"
32+ #include "camera_pins.h"
33+
34+ #endif // BOARD_CONFIG_H
You can’t perform that action at this time.
0 commit comments