feat: Add L76K GNSS
This commit is contained in:
parent
c589605407
commit
919065f377
3 changed files with 205 additions and 8 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue