aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2022-01-28 16:42:14 +0000
committerdakkar <dakkar@thenautilus.net>2022-01-28 16:42:14 +0000
commit99be6b6d2a0f5a31b1d9ade85e2988ee357e4294 (patch)
treeff5789a86445ab497e0c7fe6c41b7ecadd1042ed /Makefile
parentsensirion example, works (diff)
downloadenv-sensor-99be6b6d2a0f5a31b1d9ade85e2988ee357e4294.tar.gz
env-sensor-99be6b6d2a0f5a31b1d9ade85e2988ee357e4294.tar.bz2
env-sensor-99be6b6d2a0f5a31b1d9ade85e2988ee357e4294.zip
show values on eink display
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