summaryrefslogtreecommitdiff
path: root/sensor/Makefile
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2019-02-22 12:58:25 +0000
committerdakkar <dakkar@thenautilus.net>2019-02-22 12:58:25 +0000
commitac5f3b5268eadb6a584d610f0ce67932b9408075 (patch)
tree8fd3d0250396cc23adcbf45c38700c7041459588 /sensor/Makefile
parentMerge commit 'b232e7f5f0e87f36afbc2f4e03a2c49c48dd47bc' (diff)
downloadthermostat-ac5f3b5268eadb6a584d610f0ce67932b9408075.tar.gz
thermostat-ac5f3b5268eadb6a584d610f0ce67932b9408075.tar.bz2
thermostat-ac5f3b5268eadb6a584d610f0ce67932b9408075.zip
new devices are a different board, prepare
Diffstat (limited to 'sensor/Makefile')
-rw-r--r--sensor/Makefile3
1 files changed, 3 insertions, 0 deletions
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