From 849e8a6a64ba0c715a55f5b06d8d5a48d7409444 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Tue, 9 May 2023 15:54:25 +0100 Subject: [PATCH] Firmware: Add SDCard from micropython-lib. --- firmware/PIMORONI_COSMIC_UNICORN/manifest.py | 1 + firmware/PIMORONI_GALACTIC_UNICORN/manifest.py | 1 + 2 files changed, 2 insertions(+) diff --git a/firmware/PIMORONI_COSMIC_UNICORN/manifest.py b/firmware/PIMORONI_COSMIC_UNICORN/manifest.py index 8f2a3ee..eeef3e9 100644 --- a/firmware/PIMORONI_COSMIC_UNICORN/manifest.py +++ b/firmware/PIMORONI_COSMIC_UNICORN/manifest.py @@ -1,4 +1,5 @@ include("$(PORT_DIR)/boards/manifest.py") require("bundle-networking") +require("sdcard") freeze("lib/") \ No newline at end of file diff --git a/firmware/PIMORONI_GALACTIC_UNICORN/manifest.py b/firmware/PIMORONI_GALACTIC_UNICORN/manifest.py index 8f2a3ee..eeef3e9 100644 --- a/firmware/PIMORONI_GALACTIC_UNICORN/manifest.py +++ b/firmware/PIMORONI_GALACTIC_UNICORN/manifest.py @@ -1,4 +1,5 @@ include("$(PORT_DIR)/boards/manifest.py") require("bundle-networking") +require("sdcard") freeze("lib/") \ No newline at end of file