Skip to content

Commit b7ff17b

Browse files
committed
Remove RFM radio
This doesn't work with SX1262
1 parent d6ff0a9 commit b7ff17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/espressif/boards/lilygo_twatch_s3/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_FocalTouch
2828
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_IRRemote
2929
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DRV2605
3030
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_PCF8563
31-
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_RFM9x
3231
FROZEN_MPY_DIRS += $(TOP)/frozen/CircuitPython_AXP2101
3332
FROZEN_MPY_DIRS += $(TOP)/frozen/CircuitPython_BMA423
33+
# FROZEN_MPY_DIRS += $(TOP)/frozen/CircuitPython_SX126X # To be added in the future

0 commit comments

Comments
 (0)