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 ESP_ROOT = $(HOME)/HW/arduino-esp32 CHIP = esp32 include $(HOME)/src/makeEspArduino/makeEspArduino.mk