From e838bd95b24866dc98418ea219693c2f5b96d9df Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 21 Aug 2020 15:57:31 +0100 Subject: this makefile finally works --- esp32/Makefile | 5 +++-- 1 file 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 -- cgit v1.2.3