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 a64d668 commit 0a1b2f8Copy full SHA for 0a1b2f8
ports/espressif/boards/lolin_c3_pico/mpconfigboard.mk
@@ -6,3 +6,6 @@ IDF_TARGET = esp32c3
6
CIRCUITPY_ESP_FLASH_MODE=qio
7
CIRCUITPY_ESP_FLASH_FREQ=80m
8
CIRCUITPY_ESP_FLASH_SIZE=4MB
9
+
10
+# Include these Python libraries in firmware.
11
+FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
0 commit comments