Skip to content

Commit 185be06

Browse files
committed
Merge branch 'master' of https://github.com/tarosay/arduino-esp32 into pr/9688
2 parents 6165bfd + 4dca1db commit 185be06

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

libraries/ESP32/examples/Camera/CameraWebServer/camera_pins.h

+15-15
Original file line numberDiff line numberDiff line change
@@ -137,23 +137,23 @@
137137
#define PCLK_GPIO_NUM 21
138138

139139
#elif defined(CAMERA_MODEL_M5STACK_CAMS3_UNIT)
140-
#define PWDN_GPIO_NUM -1
140+
#define PWDN_GPIO_NUM -1
141141
#define RESET_GPIO_NUM 21
142-
#define XCLK_GPIO_NUM 11
143-
#define SIOD_GPIO_NUM 17
144-
#define SIOC_GPIO_NUM 41
145-
146-
#define Y9_GPIO_NUM 13
147-
#define Y8_GPIO_NUM 4
148-
#define Y7_GPIO_NUM 10
149-
#define Y6_GPIO_NUM 5
150-
#define Y5_GPIO_NUM 7
151-
#define Y4_GPIO_NUM 16
152-
#define Y3_GPIO_NUM 15
153-
#define Y2_GPIO_NUM 6
142+
#define XCLK_GPIO_NUM 11
143+
#define SIOD_GPIO_NUM 17
144+
#define SIOC_GPIO_NUM 41
145+
146+
#define Y9_GPIO_NUM 13
147+
#define Y8_GPIO_NUM 4
148+
#define Y7_GPIO_NUM 10
149+
#define Y6_GPIO_NUM 5
150+
#define Y5_GPIO_NUM 7
151+
#define Y4_GPIO_NUM 16
152+
#define Y3_GPIO_NUM 15
153+
#define Y2_GPIO_NUM 6
154154
#define VSYNC_GPIO_NUM 42
155-
#define HREF_GPIO_NUM 18
156-
#define PCLK_GPIO_NUM 12
155+
#define HREF_GPIO_NUM 18
156+
#define PCLK_GPIO_NUM 12
157157

158158
#define LED_GPIO_NUM 14
159159

0 commit comments

Comments
 (0)