Files
AHome/Kuhnya/platformio.ini
2025-08-21 11:07:47 +03:00

24 lines
758 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
https://github.com/mathertel/LiquidCrystal_PCF8574.git
marvinroger/AsyncMqttClient @ ^0.8.2
jandelgado/JLed @ ^4.15.0