From 8c12eb2d5c480bd1a481097c9d0fbea6f8362015 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Thu, 12 Dec 2024 17:22:15 -0500 Subject: enable rtt logging --- test_fw/platformio.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'test_fw/platformio.ini') 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 -- cgit v1.3.1