summaryrefslogtreecommitdiff
path: root/sensor/Makefile
blob: 68ba91f5c67ac64bdddfecbc6604255f120e25f5 (plain)
1
2
3
4
5
6
7
8
9
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