aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2020-08-21 15:57:31 +0100
committerdakkar <dakkar@thenautilus.net>2020-08-21 15:57:31 +0100
commite838bd95b24866dc98418ea219693c2f5b96d9df (patch)
tree7d1f4e9c482548a1bce998d44cf00e327c26a549
parentmaybe correct board in makefile? (diff)
downloadlego-piano-e838bd95b24866dc98418ea219693c2f5b96d9df.tar.gz
lego-piano-e838bd95b24866dc98418ea219693c2f5b96d9df.tar.bz2
lego-piano-e838bd95b24866dc98418ea219693c2f5b96d9df.zip
this makefile finally works
-rw-r--r--esp32/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/esp32/Makefile b/esp32/Makefile
index f7bf362..32accea 100644
--- a/esp32/Makefile
+++ b/esp32/Makefile
@@ -4,9 +4,10 @@ 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
+#BOARD = featheresp32
# this should be the TTGO-T7
-#BOARD = d1_mini32
+BOARD = d1_mini32
+UPLOAD_SPEED = 115200
ESP_ROOT = $(HOME)/HW/arduino-esp32
CHIP = esp32