From cef2afa070cdf935e27a95946977915e25d9d243 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Thu, 24 Oct 2024 03:28:15 -0400 Subject: try bsec library --- test_fw/platformio.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test_fw/platformio.ini') 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 -- cgit v1.3.1