A friendly software forest ghost that takes care of your self-contained microbiomes
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

  1. ; PlatformIO Project Configuration File
  2. ;
  3. ; Build options: build flags, source filter
  4. ; Upload options: custom upload port, speed and extra flags
  5. ; Library options: dependencies, extra library storages
  6. ; Advanced options: extra scripting
  7. ;
  8. ; Please visit documentation for the other options and examples
  9. ; https://docs.platformio.org/page/projectconf.html
  10. [common]
  11. lib_deps_external =
  12. https://github.com/adafruit/DHT-sensor-library/archive/refs/tags/1.4.3.zip
  13. https://github.com/knolleary/pubsubclient/archive/refs/tags/v2.8.zip
  14. [env:lolin32]
  15. platform = espressif32
  16. board = lolin32
  17. framework = arduino
  18. upload_speed = 115200
  19. monitor_speed = 115200
  20. lib_extra_dirs = ./mcukit
  21. lib_deps = ${common.lib_deps_external}
  22. upload_port = /dev/cu.SLAB_USBtoUART