19 lines
647 B
INI
19 lines
647 B
INI
[env:heizung]
|
|
platform = espressif32
|
|
board = esp32dev
|
|
framework = arduino
|
|
lib_deps = milesburton/DallasTemperature
|
|
knolleary/PubSubClient
|
|
https://github.com/olewolf/DHT_nonblocking
|
|
plerup/EspSoftwareSerial
|
|
https://github.com/volkszaehler/libsml
|
|
https://github.com/adafruit/MAX6675-library
|
|
paulstoffregen/OneWire
|
|
upload_port = /dev/ttyUSB0
|
|
upload_speed = 921600
|
|
monitor_port = /dev/ttyUSB0
|
|
monitor_speed = 115200
|
|
monitor_filters = esp32_exception_decoder
|
|
build_flags = -DWIFI_SSID=\"HappyNet\"
|
|
-DWIFI_PKEY=\"1Grausame!Sackratte7\"
|
|
-DWIFI_HOST=\"Heizung\" |