From ac5f3b5268eadb6a584d610f0ce67932b9408075 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 22 Feb 2019 12:58:25 +0000 Subject: new devices are a different board, prepare --- sensor/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sensor/Makefile') diff --git a/sensor/Makefile b/sensor/Makefile index 085e162..43cfe2b 100644 --- a/sensor/Makefile +++ b/sensor/Makefile @@ -2,7 +2,10 @@ SKETCH = thermostat.ino CUSTOM_LIBS = DHTesp esp8266-oled-ssd1306 patchedBLE 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 ESP_ROOT = $(HOME)/Arduino/hardware/espressif/esp32/ CHIP = esp32 -- cgit v1.2.3