summaryrefslogtreecommitdiff
path: root/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 /Makefile
parentkill useless line (diff)
downloadthermostat-09523acd17940e512c47a01066c530fddb15baad.tar.gz
thermostat-09523acd17940e512c47a01066c530fddb15baad.tar.bz2
thermostat-09523acd17940e512c47a01066c530fddb15baad.zip
move into subdir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 68ba91f..0000000
--- a/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-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