From 8cd97b3337ad4cb4e508400e82ce3544980916e8 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 2 Mar 2019 15:34:15 +0000 Subject: compile for feather --- sensor/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sensor/Makefile b/sensor/Makefile index ae2c918..ca90471 100644 --- a/sensor/Makefile +++ b/sensor/Makefile @@ -3,9 +3,9 @@ CUSTOM_LIBS = DHTesp patchedBLE UPLOAD_PORT = /dev/ttyUSB0 # this is the board with the OLED -BOARD = lolin32 +#BOARD = lolin32 # this is the more compact board with TTGO written on it -#BOARD = featheresp32 +BOARD = featheresp32 ESP_ROOT = $(HOME)/Arduino/hardware/espressif/esp32/ CHIP = esp32 -- cgit v1.2.3