8000 Re-enable BLE on MatrixPortal. Remove PortalBase · adafruit/circuitpython@f602296 · GitHub
[go: up one dir, main page]

Skip to content

Commit f602296

Browse files
committed
Re-enable BLE on MatrixPortal. Remove PortalBase
We have a guide that uses it. It was removed in #6043 without realizing that. Fixes #6152
1 parent 7cb66dd commit f602296

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,12 @@ QSPI_FLASH_FILESYSTEM = 1
1010
EXTERNAL_FLASH_DEVICES = "S25FL116K, S25FL216K, GD25Q16C"
1111
LONGINT_IMPL = MPZ
1212

13-
CIRCUITPY_BLEIO = 0
14-
CIRCUITPY_BLEIO_HCI = 0
1513
CIRCUITPY_ONEWIREIO = 0
1614
CIRCUITPY_PARALLELDISPLAY = 0
1715
CIRCUITPY_SDCARDIO = 0
1816
CIRCUITPY_SHARPDISPLAY = 0
1917

2018
# Include these Python libraries in firmware.
21-
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_PortalBase
2219
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Requests
2320
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_ESP32SPI
2421
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel

0 commit comments

Comments
 (0)
0