Unicorn/others: Add SDCard library from micropython-lib to RPI_PICO_W builds.

This commit is contained in:
Phil Howard 2023-10-06 13:54:32 +01:00
parent 0f75a2839f
commit 388d8af3dc
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ include("$(PORT_DIR)/boards/manifest.py")
require("bundle-networking")
# SD Card
require("sdcard")
# Bluetooth
require("aioble")