Skip to content

Instantly share code, notes, and snippets.

@tfeldmann
Created November 14, 2020 11:46
Show Gist options
  • Save tfeldmann/4ac485e60ed8bd62dcc765ad55bc4f7e to your computer and use it in GitHub Desktop.
Save tfeldmann/4ac485e60ed8bd62dcc765ad55bc4f7e to your computer and use it in GitHub Desktop.
PlatformIO config for using the BME680 with an ESP32 using the Arduino framework
; 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:default]
platform = espressif32
framework = arduino
board = esp32dev
monitor_speed = 115200
monitor_filters = colorize
monitor_flags =
--echo
--eol=LF
lib_deps =
SPI
boschsensortec/BSEC Software Library @ ^1.5.1474
build_flags =
-I".pio/libdeps/default/BSEC Software Library/src/inc"
-L".pio/libdeps/default/BSEC Software Library/src/esp32"
-lalgobsec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment