aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 72d8f7e..297087f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
SKETCH = main.ino
-CUSTOM_LIBS = arduino-core arduino-i2c-scd4x arduino-sps
+LIBS = $(abspath arduino-core arduino-i2c-scd4x arduino-sps GxEPD Adafruit-GFX-Library Adafruit_BusIO)
UPLOAD_PORT = /dev/ttyUSB0
# maybe board with eink?
BOARD = ttgo-t1
-ESP_ROOT = $(HOME)/Arduino/hardware/espressif/esp32/
+ESP_ROOT = $(HOME)/HW/arduino-esp32
CHIP = esp32
include $(HOME)/src/makeEspArduino/makeEspArduino.mk