Skip to content

Commit e51d167

Browse files
committed
Add adafruit_register to have bma423 work out of the box
1 parent 368d5ed commit e51d167

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/espressif/boards/lilygo_twatch_s3/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ CIRCUITPY_ESP_PSRAM_FREQ = 80m
2626
# Include these Python libraries in firmware.
2727
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_FocalTouch
2828
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_IRRemote
29+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Register
2930
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DRV2605
3031
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_PCF8563
3132
FROZEN_MPY_DIRS += $(TOP)/frozen/CircuitPython_AXP2101

0 commit comments

Comments
 (0)