Helligkeit/platformio.ini
2025-02-14 12:16:08 +01:00

14 lines
405 B
INI

[env:Greenhouse]
platform = espressif8266
board = esp12e
framework = arduino
lib_deps = https://github.com/adafruit/Adafruit_TSL2561
https://github.com/knolleary/pubsubclient
https://github.com/adafruit/Adafruit_BME680
build_flags = -DHOSTNAME=\"Greenhouse\"
monitor_speed = 115200
upload_protocol = espota
upload_port = 10.0.0.169
;upload_port = /dev/ttyUSB0
;upload_speed = 460800