23 lines
664 B
INI
23 lines
664 B
INI
; PlatformIO Project Configuration File
|
|
;
|
|
; Build options: build flags, source filter
|
|
; Upload options: custom upload port, speed and extra flags
|
|
; Library options: dependencies, extra library storages
|
|
; Advanced options: extra scripting
|
|
;
|
|
; Please visit documentation for the other options and examples
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
[env:esp12e]
|
|
platform = espressif8266
|
|
board = nodemcuv2
|
|
framework = arduino
|
|
upload_protocol = espota
|
|
upload_port = 192.168.1.147
|
|
lib_deps =
|
|
BME280 @ ^3.0.0
|
|
milesburton/DallasTemperature @ ^3.9.1
|
|
Bounce2 @ ^2.55
|
|
LiquidCrystal_PCF8574 @ ^1.2.0
|
|
AsyncMqttClient @ ^0.8.2
|