aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2020-08-21 15:14:08 +0100
committerdakkar <dakkar@thenautilus.net>2020-08-21 15:14:08 +0100
commit3c8968e222f403aa8218b60e86283736caed6f47 (patch)
treef48d5a245b551a46d4b524c10c6cc259b4181df8
parentuse correct dac (diff)
downloadlego-piano-3c8968e222f403aa8218b60e86283736caed6f47.tar.gz
lego-piano-3c8968e222f403aa8218b60e86283736caed6f47.tar.bz2
lego-piano-3c8968e222f403aa8218b60e86283736caed6f47.zip
maybe correct board in makefile?
-rw-r--r--esp32/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/esp32/Makefile b/esp32/Makefile
index a7d095c..f7bf362 100644
--- a/esp32/Makefile
+++ b/esp32/Makefile
@@ -5,6 +5,8 @@ UPLOAD_PORT = /dev/ttyUSB0
#BOARD = lolin32
# this is the more compact board with TTGO written on it
BOARD = featheresp32
+# this should be the TTGO-T7
+#BOARD = d1_mini32
ESP_ROOT = $(HOME)/HW/arduino-esp32
CHIP = esp32