Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf7004ef

Browse files
committed
fix(example): add header guard for board_config.h
1 parent00edff3 commitf7004ef

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

‎libraries/ESP32/examples/Camera/CameraWebServer/board_config.h‎

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1+
#ifndefBOARD_CONFIG_H
2+
#defineBOARD_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
// ===================
@@ -24,4 +29,6 @@
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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp