cargo: add missing rtt dep
This commit is contained in:
@@ -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 }
|
mpu6050-dmp = { version = "0.6.1", features = ["async"], optional = true }
|
||||||
|
|
||||||
|
# RTT debugging
|
||||||
|
rtt-target = { version = "0.6.2", optional = true }
|
||||||
|
|
||||||
# Simulation
|
# Simulation
|
||||||
esp-storage = { version = "0.7.0", features = ["esp32s3"] }
|
esp-storage = { version = "0.7.0", features = ["esp32s3"] }
|
||||||
embedded-storage = "0.3.1"
|
embedded-storage = "0.3.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user