Merge pull request #10346 from dhalbert/feather-s3-4MB-no-ota

Feather S3 4MB/2MB only: remove use of OTA partition; turn on features
This commit is contained in:
Dan Halbert 2025-05-15 18:48:04 +02:00 committed by GitHub
commit 9072fe6ebf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,5 +14,9 @@ CIRCUITPY_ESP_PSRAM_MODE = qio
CIRCUITPY_ESP_PSRAM_FREQ = 80m
OPTIMIZATION_FLAGS = -Os
CIRCUITPY_ESPCAMERA = 0
CIRCUITPY_PARALLELDISPLAYBUS = 0
#CIRCUITPY_ESPCAMERA = 0
#CIRCUITPY_PARALLELDISPLAYBUS = 0
CIRCUITPY_BLEIO_NATIVE = 1
CIRCUITPY_LEGACY_4MB_FLASH_LAYOUT = 0
FLASH_SIZE_SDKCONFIG = esp-idf-config/sdkconfig-flash-$(CIRCUITPY_ESP_FLASH_SIZE)-no-ota.defaults