aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 72d8f7e1d078a5006db724135f10b3a9277986e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
SKETCH = main.ino 
CUSTOM_LIBS = arduino-core arduino-i2c-scd4x arduino-sps 
 
UPLOAD_PORT = /dev/ttyUSB0 
# maybe board with eink? 
BOARD = ttgo-t1 
 
ESP_ROOT = $(HOME)/Arduino/hardware/espressif/esp32/ 
CHIP = esp32 
 
include $(HOME)/src/makeEspArduino/makeEspArduino.mk