Skip to content

Commit

Permalink
Update mpconfigport.mk - allow BLE on 4mb flash
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth authored Jun 1, 2024
1 parent f810f4d commit 4239062
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ports/espressif/mpconfigport.mk
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ else ifeq ($(IDF_TARGET),esp32s3)
CIRCUITPY_ESP_USB_SERIAL_JTAG ?= 0

# No room for _bleio on boards with 4MB flash
ifeq ($(CIRCUITPY_ESP_FLASH_SIZE),4MB)
CIRCUITPY_BLEIO = 0
endif
# ifeq ($(CIRCUITPY_ESP_FLASH_SIZE),4MB)
# CIRCUITPY_BLEIO = 0
# endif

endif

Expand Down

0 comments on commit 4239062

Please sign in to comment.