diff options
Diffstat (limited to 'esp32/Makefile')
-rw-r--r-- | esp32/Makefile | 2 |
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 |