; 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 lib_deps = adafruit/Adafruit BNO055@^1.4.3 adafruit/Adafruit BMP3XX Library@^2.0.2 bblanchon/ArduinoJson@^6.17.3 adafruit/Adafruit BMP085 Library@^1.2.0 adafruit/Adafruit SHT31 Library@^2.0.0 slashdevin/NeoGPS@^4.2.9 monitor_speed = 115200