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 a8b35eb commit aa1531aCopy full SHA for aa1531a
ports/espressif/boards/adafruit_qtpy_esp32s3_nopsram/mpconfigboard.mk
@@ -16,3 +16,8 @@ CFLAGS += -DCFG_TUD_TASK_QUEUE_SZ=32
16
CIRCUITPY_ESP_FLASH_MODE=dio
17
CIRCUITPY_ESP_FLASH_FREQ=80m
18
CIRCUITPY_ESP_FLASH_SIZE=8MB
19
+
20
+FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Requests
21
+FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
22
+FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice
23
+FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Register
0 commit comments