mirror of
https://github.com/danbee/unicorn
synced 2026-06-20 22:52:22 +00:00
Firmware: Add SDCard from micropython-lib.
This commit is contained in:
parent
bb606ad5df
commit
849e8a6a64
@ -1,4 +1,5 @@
|
||||
include("$(PORT_DIR)/boards/manifest.py")
|
||||
|
||||
require("bundle-networking")
|
||||
require("sdcard")
|
||||
freeze("lib/")
|
||||
@ -1,4 +1,5 @@
|
||||
include("$(PORT_DIR)/boards/manifest.py")
|
||||
|
||||
require("bundle-networking")
|
||||
require("sdcard")
|
||||
freeze("lib/")
|
||||
Loading…
Reference in New Issue
Block a user