From 343547262c6d98d24b4c37be6473cb2774e72aef Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 1 Apr 2022 11:58:02 +0100 Subject: different sd card library actually works MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit not sure why the one from the arduino-esp32 didn't… --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 40f4491..47f7512 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "enclosure/threads-scad"] path = enclosure/threads-scad url = https://github.com/rcolyer/threads-scad +[submodule "esp32-micro-sdcard"] + path = esp32-micro-sdcard + url = https://github.com/nhatuan84/esp32-micro-sdcard -- cgit v1.2.3