From 99be6b6d2a0f5a31b1d9ade85e2988ee357e4294 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 28 Jan 2022 16:42:14 +0000 Subject: show values on eink display --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3