aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 0d08a1b82d811da5c0c704b4142832e438554f2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SKETCH = main.ino 
LIBS = $(abspath arduino-core arduino-i2c-scd4x arduino-sps GxEPD Adafruit-GFX-Library Adafruit_BusIO esp32-micro-sdcard) 
 
# makeESPArduino defaults this to `--rts=0 --dtr=0` which makes the 
# board reset; we don't really want that 
MONITOR_PAR= 
 
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