Skip to content

Commit 7c54fac

Browse files
authored
Merge pull request #9043 from dhalbert/espcamera-matrixportal-s3
adafruit_matrixportal_s3/mpconfigboard.mk: correct CIRCUITPY_ESPCAMERA
2 parents 5c89169 + fe8b91d commit 7c54fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/espressif/boards/adafruit_matrixportal_s3/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CIRCUITPY_ESP_PSRAM_SIZE = 2MB
1313
CIRCUITPY_ESP_PSRAM_MODE = qio
1414
CIRCUITPY_ESP_PSRAM_FREQ = 80m
1515

16-
CIRCUITPY_ESP32_CAMERA = 0
16+
CIRCUITPY_ESPCAMERA = 0
1717

1818
# Not enough pins.
1919
CIRCUITPY_PARALLELDISPLAYBUS = 0

0 commit comments

Comments
 (0)