; 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 [common] lib_deps_external = https://github.com/adafruit/DHT-sensor-library/archive/refs/tags/1.4.3.zip https://github.com/knolleary/pubsubclient/archive/refs/tags/v2.8.zip [env:lolin32] platform = espressif32 board = lolin32 framework = arduino upload_speed = 115200 monitor_speed = 115200 lib_extra_dirs = ./mcukit lib_deps = ${common.lib_deps_external} upload_port = /dev/cu.SLAB_USBtoUART