Skip to content

Commit 85153da

Browse files
committed
Disable v6 on a couple of espressif boards where it doesn't fit
1 parent 0693644 commit 85153da

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ports/espressif/boards/lolin_c3_pico/mpconfigboard.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@ CIRCUITPY_LEGACY_4MB_FLASH_LAYOUT = 1
1111

1212
CIRCUITPY_ESP_USB_SERIAL_JTAG = 1
1313

14+
# Not enough flash
15+
CIRCUITPY_SOCKETPOOL_IPV6 = 0
16+
1417
# Include these Python libraries in firmware.
1518
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel

ports/espressif/boards/waveshare_esp32_s3_tiny/mpconfigboard.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ CIRCUITPY_ESP_FLASH_SIZE = 4MB
1212
CIRCUITPY_ESP_PSRAM_SIZE = 2MB
1313
CIRCUITPY_ESP_PSRAM_MODE = qio
1414
CIRCUITPY_ESP_PSRAM_FREQ = 80m
15+
16+
# Not enough flash
17+
CIRCUITPY_SOCKETPOOL_IPV6 = 0

0 commit comments

Comments
 (0)