You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
768 B
28 lines
768 B
; 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
|