Use the hm repo for aniker-gps
This commit is contained in:
parent
9436714ce1
commit
a506d4aa1a
@ -24,7 +24,7 @@ experimental = ["esp-idf-svc/experimental"]
|
||||
[dependencies]
|
||||
esp-idf-svc = { version = "0.51", features = ["critical-section", "embassy-time-driver", "embassy-sync"] }
|
||||
esp-idf-hal = "0.45.2"
|
||||
aniker-gps = { git = "https://code.hackmarine.com/hackmarine/aniker-gps" }
|
||||
aniker-gps = { git = "https://code.hackmarine.com/hackmarine/aniker-gps", branch = "main" }
|
||||
log = "0.4"
|
||||
|
||||
[build-dependencies]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
use aniker_gps::gps::{is_valid_nmea_sentence, parse_gll};
|
||||
pub use aniker_gps::{is_valid_nmea_sentence, parse_gll};
|
||||
use aniker_gps::{parse_gga, GpsError, Position};
|
||||
use esp_idf_hal::peripherals::Peripherals;
|
||||
use esp_idf_hal::prelude::*;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user