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… --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 297087f..0ddaa03 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ SKETCH = main.ino -LIBS = $(abspath arduino-core arduino-i2c-scd4x arduino-sps GxEPD Adafruit-GFX-Library Adafruit_BusIO) +LIBS = $(abspath arduino-core arduino-i2c-scd4x arduino-sps GxEPD Adafruit-GFX-Library Adafruit_BusIO esp32-micro-sdcard) UPLOAD_PORT = /dev/ttyUSB0 # maybe board with eink? -- cgit v1.2.3