aboutsummaryrefslogtreecommitdiff
path: root/esp32/Makefile
blob: 32accea4409921e353b8700a315faa34fae1b774 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SKETCH = lego-piano.ino 
 
UPLOAD_PORT = /dev/ttyUSB0 
# this is the board with the OLED 
#BOARD = lolin32 
# this is the more compact board with TTGO written on it 
#BOARD = featheresp32 
# this should be the TTGO-T7 
BOARD = d1_mini32 
UPLOAD_SPEED = 115200 
 
ESP_ROOT = $(HOME)/HW/arduino-esp32 
CHIP = esp32 
 
include $(HOME)/src/makeEspArduino/makeEspArduino.mk