summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2019-03-02 15:34:15 +0000
committerdakkar <dakkar@thenautilus.net>2019-03-02 15:34:15 +0000
commit8cd97b3337ad4cb4e508400e82ce3544980916e8 (patch)
tree88ee08267a954dcf97659bddb625702d5f7dd953
parentdefine pins & read battery level (diff)
downloadthermostat-8cd97b3337ad4cb4e508400e82ce3544980916e8.tar.gz
thermostat-8cd97b3337ad4cb4e508400e82ce3544980916e8.tar.bz2
thermostat-8cd97b3337ad4cb4e508400e82ce3544980916e8.zip
compile for feather
-rw-r--r--sensor/Makefile4
1 files 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