We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0693644 commit 85153daCopy full SHA for 85153da
ports/espressif/boards/lolin_c3_pico/mpconfigboard.mk
@@ -11,5 +11,8 @@ CIRCUITPY_LEGACY_4MB_FLASH_LAYOUT = 1
11
12
CIRCUITPY_ESP_USB_SERIAL_JTAG = 1
13
14
+# Not enough flash
15
+CIRCUITPY_SOCKETPOOL_IPV6 = 0
16
+
17
# Include these Python libraries in firmware.
18
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
ports/espressif/boards/waveshare_esp32_s3_tiny/mpconfigboard.mk
@@ -12,3 +12,6 @@ CIRCUITPY_ESP_FLASH_SIZE = 4MB
CIRCUITPY_ESP_PSRAM_SIZE = 2MB
CIRCUITPY_ESP_PSRAM_MODE = qio
CIRCUITPY_ESP_PSRAM_FREQ = 80m
0 commit comments