summaryrefslogtreecommitdiff
path: root/sensor/Makefile
blob: 43cfe2bd2b99fb922c2da73b2b2ea6f51b6a2025 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SKETCH = thermostat.ino 
CUSTOM_LIBS = DHTesp esp8266-oled-ssd1306 patchedBLE 
 
UPLOAD_PORT = /dev/ttyUSB0 
# this is the board with the OLED 
BOARD = lolin32 
# this is the more compact board with TTGO written on it 
#BOARD = featheresp32 
 
ESP_ROOT = $(HOME)/Arduino/hardware/espressif/esp32/ 
CHIP = esp32 
 
include $(HOME)/src/makeEspArduino/makeEspArduino.mk