diff options
Diffstat (limited to 'sensor')
-rw-r--r-- | sensor/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sensor/Makefile b/sensor/Makefile index 085e162..43cfe2b 100644 --- a/sensor/Makefile +++ b/sensor/Makefile @@ -2,7 +2,10 @@ 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 |