Mqtt + bme280
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env:ttgo-t1]
|
||||
[env:esp32doit-devkit-v1]
|
||||
platform = espressif32
|
||||
board = ttgo-t1
|
||||
board = esp32doit-devkit-v1
|
||||
framework = arduino
|
||||
monitor_port = COM[1367]
|
||||
monitor_speed = 115200
|
||||
@@ -27,3 +27,4 @@ lib_deps =
|
||||
aharshac/StringSplitter@^1.0.0
|
||||
sstaub/NTP@^1.4
|
||||
aster94/Utilities@^0.4.6
|
||||
adafruit/Adafruit BME280 Library@^2.1.2
|
||||
|
||||
Reference in New Issue
Block a user