CIRCUITPY_ESP32_CAMERA, not CIRCUITPY_USB_CAMERA

This commit is contained in:
Dan Halbert 2022-10-29 10:13:11 -04:00 committed by GitHub
parent b89074d0d6
commit a064b52ad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ CIRCUITPY_ESP_FLASH_MODE = dio
CIRCUITPY_ESP_FLASH_FREQ = 40m
CIRCUITPY_ESP_FLASH_SIZE = 4MB
CIRCUITPY_USB_CAMERA = 0
CIRCUITPY_ESP32_CAMERA = 0