Files
PlatformIO_TempMQTT/platformio.ini

21 lines
651 B
INI
Raw Permalink Normal View History

; 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:esp32doit-devkit-v1]
platform = espressif32
board = esp32doit-devkit-v1
framework = arduino
lib_deps =
khoih-prog/ESP_WiFiManager@^1.1.2
monstrenyatko/ArduinoMqtt@^1.5.1
beegee-tokyo/DHT sensor library for ESPx@^1.17
bblanchon/ArduinoJson@^6.16.1
knolleary/PubSubClient@^2.8