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 368d5ed commit e51d167Copy full SHA for e51d167
ports/espressif/boards/lilygo_twatch_s3/mpconfigboard.mk
@@ -26,6 +26,7 @@ CIRCUITPY_ESP_PSRAM_FREQ = 80m
26
# Include these Python libraries in firmware.
27
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_FocalTouch
28
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_IRRemote
29
+FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Register
30
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DRV2605
31
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_PCF8563
32
FROZEN_MPY_DIRS += $(TOP)/frozen/CircuitPython_AXP2101
0 commit comments