aboutsummaryrefslogtreecommitdiff
path: root/esp32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'esp32/Makefile')
-rw-r--r--esp32/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/esp32/Makefile b/esp32/Makefile
new file mode 100644
index 0000000..a7d095c
--- /dev/null
+++ b/esp32/Makefile
@@ -0,0 +1,12 @@
+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