aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2022-04-01 11:58:02 +0100
committerdakkar <dakkar@thenautilus.net>2022-04-01 11:58:02 +0100
commit343547262c6d98d24b4c37be6473cb2774e72aef (patch)
treef89a35608b6200b30d261cce8a8b62ff8c2679d7 /Makefile
parentdebug prints (diff)
downloadenv-sensor-343547262c6d98d24b4c37be6473cb2774e72aef.tar.gz
env-sensor-343547262c6d98d24b4c37be6473cb2774e72aef.tar.bz2
env-sensor-343547262c6d98d24b4c37be6473cb2774e72aef.zip
different sd card library actually works
not sure why the one from the arduino-esp32 didn't…
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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?