cargo: add missing rtt dep

This commit is contained in:
2025-12-07 13:16:34 +01:00
parent 4235b54959
commit 88f1d3f8be

View File

@@ -98,6 +98,9 @@ nmea = { version = "0.7.0", optional = true, default-features = false, features
] }
mpu6050-dmp = { version = "0.6.1", features = ["async"], optional = true }
# RTT debugging
rtt-target = { version = "0.6.2", optional = true }
# Simulation
esp-storage = { version = "0.7.0", features = ["esp32s3"] }
embedded-storage = "0.3.1"