diff options
| author | Nathan Perry <np@npry.dev> | 2024-10-24 03:28:15 -0400 |
|---|---|---|
| committer | Nathan Perry <np@npry.dev> | 2024-10-24 03:28:15 -0400 |
| commit | cef2afa070cdf935e27a95946977915e25d9d243 (patch) | |
| tree | bf02cfdd30a4ebec92e3d8ce216f920783f15545 /test_fw/platformio.ini | |
| parent | 96e8a6363d481171315ab81b3f72bfa381d64f02 (diff) | |
try bsec library
Diffstat (limited to 'test_fw/platformio.ini')
| -rw-r--r-- | test_fw/platformio.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test_fw/platformio.ini b/test_fw/platformio.ini index df71bc1..6b402d8 100644 --- a/test_fw/platformio.ini +++ b/test_fw/platformio.ini @@ -23,9 +23,10 @@ lib_deps = etlcpp/Embedded Template Library@^20.39.4 arduino-libraries/SD@^1.3.0 adafruit/Adafruit LSM6DS@^4.7.3 + boschsensortec/BSEC Software Library@^1.8.1492 build_flags = -std=c++2a -DPIO_FRAMEWORK_ARDUINO_ENABLE_EXCEPTIONS - -DDEBUG_RP2040_CORE + -DDEBUG_RP2040_CORE -DDEBUG_RP2040_PORT=Serial -fstack-protector |
