Skip to content

Commit 2af7ef8

Browse files
committed
TRRS Trinkey: freezing NeoPixel is too large for ru
1 parent 5b8d63d commit 2af7ef8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ports/atmel-samd/boards/adafruit_trrs_trinkey_m0/mpconfigboard.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ CIRCUITPY_ROTARYIO = 0
2323
CIRCUITPY_RTC = 0
2424

2525
# Include these Python libraries in firmware.
26-
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
26+
# Currently at least one large translation is too large to include NeoPixel.
27+
# FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
2728
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID

0 commit comments

Comments
 (0)