summaryrefslogtreecommitdiff
path: root/sensor/Makefile
blob: 085e162ad725e4692c4d7ab9b8d29af8cff209de (plain)
1
2
3
4
5
6
7
8
9
10
SKETCH = thermostat.ino 
CUSTOM_LIBS = DHTesp esp8266-oled-ssd1306 patchedBLE 
 
UPLOAD_PORT = /dev/ttyUSB0 
BOARD = lolin32 
 
ESP_ROOT = $(HOME)/Arduino/hardware/espressif/esp32/ 
CHIP = esp32 
 
include $(HOME)/src/makeEspArduino/makeEspArduino.mk