Skip to content

Commit 82ff9f1

Browse files
committed
Enable OV3660 camera support on XIAO S3
Fixes micropython#10718
1 parent f15d4b2 commit 82ff9f1

File tree

1 file changed

+2
-4
lines changed
  • ports/espressif/boards/seeed_xiao_esp32_s3_sense

1 file changed

+2
-4
lines changed

ports/espressif/boards/seeed_xiao_esp32_s3_sense/sdkconfig

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@
55
# Component config
66
#
77
#
8-
# LWIP
98
#
10-
# end of LWIP
119
# Camera configuration
1210
#
13-
CONFIG_OV2640_SUPPORT=y
1411
# CONFIG_OV7725_SUPPORT is not set
15-
# CONFIG_OV3660_SUPPORT is not set
12+
CONFIG_OV2640_SUPPORT=y
1613
# end of Camera configuration
14+
1715
# end of Component config
1816

1917
# end of Espressif IoT Development Framework Configuration

0 commit comments

Comments
 (0)