autoplant/autoplant_pio/platformio.ini

18 lines
522 B
INI
Raw Permalink Normal View History

2022-06-30 14:27:42 +00:00
; 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:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
2022-06-30 15:01:26 +00:00
lib_deps =
knolleary/PubSubClient@^2.8
adafruit/Adafruit BME280 Library@^2.2.2