0
0
Fork 0

feat: Add L76K GNSS

This commit is contained in:
Jannik Beyerstedt 2026-05-11 23:52:35 +02:00
commit 919065f377
3 changed files with 205 additions and 8 deletions

View file

@ -43,6 +43,8 @@ esp-radio = { version = "0.18.0", features = [
"sniffer",
] }
embassy_gps = { version = "0.1.0", default-features = false, features = ["esp", "log-04"], git = "https://github.com/jbeyerstedt/embassy_gps.git", branch = "feat/rework-gpsfix" }
chrono = { version = "0.4.44", default-features = false, features = ["alloc"] }
# For fine tuning these settings, please refer to https://doc.rust-lang.org/cargo/reference/profiles.html
[profile.dev]