diff options
author | dakkar <dakkar@thenautilus.net> | 2019-03-02 15:34:15 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2019-03-02 15:34:15 +0000 |
commit | 8cd97b3337ad4cb4e508400e82ce3544980916e8 (patch) | |
tree | 88ee08267a954dcf97659bddb625702d5f7dd953 /sensor | |
parent | define pins & read battery level (diff) | |
download | thermostat-8cd97b3337ad4cb4e508400e82ce3544980916e8.tar.gz thermostat-8cd97b3337ad4cb4e508400e82ce3544980916e8.tar.bz2 thermostat-8cd97b3337ad4cb4e508400e82ce3544980916e8.zip |
compile for feather
Diffstat (limited to 'sensor')
-rw-r--r-- | sensor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sensor/Makefile b/sensor/Makefile index ae2c918..ca90471 100644 --- a/sensor/Makefile +++ b/sensor/Makefile @@ -3,9 +3,9 @@ CUSTOM_LIBS = DHTesp patchedBLE UPLOAD_PORT = /dev/ttyUSB0 # this is the board with the OLED -BOARD = lolin32 +#BOARD = lolin32 # this is the more compact board with TTGO written on it -#BOARD = featheresp32 +BOARD = featheresp32 ESP_ROOT = $(HOME)/Arduino/hardware/espressif/esp32/ CHIP = esp32 |