Skip to content

Commit 388d8af

Browse files
committed
Unicorn/others: Add SDCard library from micropython-lib to RPI_PICO_W builds.
1 parent 0f75a28 commit 388d8af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

micropython/board/RPI_PICO_W/manifest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
require("bundle-networking")
44

5+
# SD Card
6+
require("sdcard")
7+
58
# Bluetooth
69
require("aioble")
710

0 commit comments

Comments
 (0)