Skip to content

Commit ceefd2d

Browse files
authored
fix: GC0308 correct pin config
fix: GC0308 correct pin config
2 parents 2750646 + 38e10d9 commit ceefd2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/GC0308.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
static camera_config_t camera_config = {
44
.pin_pwdn = -1,
55
.pin_reset = -1,
6-
.pin_xclk = 2,
6+
.pin_xclk = -1,
77
.pin_sscb_sda = 12,
88
.pin_sscb_scl = 11,
99
.pin_d7 = 47,

0 commit comments

Comments
 (0)