Skip to content

Commit ac552b2

Browse files
espressif: Disable the _eve module on boards with 4MB flash size
Signed-off-by: Tuan Nguyen <[email protected]>
1 parent 8d57867 commit ac552b2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ports/espressif/mpconfigport.mk

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,8 @@ CIRCUITPY_DUALBANK = 0
158158
CIRCUITPY_AUDIOMP3 = 0
159159
endif
160160

161-
162-
# No room for _eve on boards with 2MB flash
163-
ifeq ($(CIRCUITPY_ESP_FLASH_SIZE),2MB)
161+
# No room for _eve on boards with 4MB flash
162+
ifeq ($(CIRCUITPY_ESP_FLASH_SIZE),4MB)
164163
CIRCUITPY__EVE = 0
165164
endif
166165

0 commit comments

Comments
 (0)