aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 0ddaa03c9152d6eb3d38248c5444e94dcbf5ed48 (plain)
1
2
3
4
5
6
7
8
9
10
11
SKETCH = main.ino 
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? 
BOARD = ttgo-t1 
 
ESP_ROOT = $(HOME)/HW/arduino-esp32 
CHIP = esp32 
 
include $(HOME)/src/makeEspArduino/makeEspArduino.mk