diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-12-12 17:22:15 -0500 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-12-12 17:22:15 -0500 |
| commit | 8c12eb2d5c480bd1a481097c9d0fbea6f8362015 (patch) | |
| tree | 933b13c8f37fefc0d335ffd45a5811759103eb56 /test_fw/platformio.ini | |
| parent | 6c9e373cb60c36d77544932131648ed64f6a72b2 (diff) | |
enable rtt logging
Diffstat (limited to 'test_fw/platformio.ini')
| -rw-r--r-- | test_fw/platformio.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test_fw/platformio.ini b/test_fw/platformio.ini index 6b402d8..5921fdc 100644 --- a/test_fw/platformio.ini +++ b/test_fw/platformio.ini @@ -24,6 +24,7 @@ lib_deps = arduino-libraries/SD@^1.3.0 adafruit/Adafruit LSM6DS@^4.7.3 boschsensortec/BSEC Software Library@^1.8.1492 + koendv/RTT Stream@^1.4.1 build_flags = -std=c++2a -DPIO_FRAMEWORK_ARDUINO_ENABLE_EXCEPTIONS |
