Files
AHome/Kuhnya/platformio.ini
2021-12-31 12:37:48 +03:00

23 lines
715 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 =
finitespace/BME280 @ ^3.0.0
milesburton/DallasTemperature @ ^3.9.1
thomasfredericks/Bounce2 @ ^2.55
mathertel/LiquidCrystal_PCF8574 @ ^1.2.0
marvinroger/AsyncMqttClient @ ^0.8.2