From 3c8968e222f403aa8218b60e86283736caed6f47 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 21 Aug 2020 15:14:08 +0100 Subject: maybe correct board in makefile? --- esp32/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3