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