aboutsummaryrefslogtreecommitdiff
path: root/esp32/Makefile
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2020-08-20 12:15:10 +0100
committerdakkar <dakkar@thenautilus.net>2020-08-20 12:15:10 +0100
commit1f3306845df9e2ed01fd81af438c694606431ef7 (patch)
tree355df6df63239c8bab60d70880102f300b20efde /esp32/Makefile
parentschematics (diff)
parentinput works! (diff)
downloadlego-piano-1f3306845df9e2ed01fd81af438c694606431ef7.tar.gz
lego-piano-1f3306845df9e2ed01fd81af438c694606431ef7.tar.bz2
lego-piano-1f3306845df9e2ed01fd81af438c694606431ef7.zip
Add 'esp32/' from commit '90fb5981770fb75a4d3e7eefed28eaf47a8730ab'
git-subtree-dir: esp32 git-subtree-mainline: 4704c406483377353cfbbcb86dec742c23bbf6c9 git-subtree-split: 90fb5981770fb75a4d3e7eefed28eaf47a8730ab
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