summaryrefslogtreecommitdiff
path: root/sensor/Makefile
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2018-03-23 13:27:49 +0000
committerdakkar <dakkar@thenautilus.net>2018-03-23 13:27:49 +0000
commit09523acd17940e512c47a01066c530fddb15baad (patch)
tree12f3efb9c8921aeb3ce3aa1bd5a18771b9d85c40 /sensor/Makefile
parentkill useless line (diff)
downloadthermostat-09523acd17940e512c47a01066c530fddb15baad.tar.gz
thermostat-09523acd17940e512c47a01066c530fddb15baad.tar.bz2
thermostat-09523acd17940e512c47a01066c530fddb15baad.zip
move into subdir
Diffstat (limited to 'sensor/Makefile')
-rw-r--r--sensor/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sensor/Makefile b/sensor/Makefile
new file mode 100644
index 0000000..68ba91f
--- /dev/null
+++ b/sensor/Makefile
@@ -0,0 +1,10 @@
+SKETCH = thermostat.ino
+CUSTOM_LIBS = DHTesp esp8266-oled-ssd1306
+
+UPLOAD_PORT = /dev/ttyUSB0
+BOARD = lolin32
+
+ESP_ROOT = $(HOME)/Arduino/hardware/espressif/esp32/
+CHIP = esp32
+
+include $(HOME)/src/makeEspArduino/makeEspArduino.mk