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]
|
[dependencies]
|
||||||
esp-idf-svc = { version = "0.51", features = ["critical-section", "embassy-time-driver", "embassy-sync"] }
|
esp-idf-svc = { version = "0.51", features = ["critical-section", "embassy-time-driver", "embassy-sync"] }
|
||||||
esp-idf-hal = "0.45.2"
|
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"
|
log = "0.4"
|
||||||
|
|
||||||
[build-dependencies]
|
[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 aniker_gps::{parse_gga, GpsError, Position};
|
||||||
use esp_idf_hal::peripherals::Peripherals;
|
use esp_idf_hal::peripherals::Peripherals;
|
||||||
use esp_idf_hal::prelude::*;
|
use esp_idf_hal::prelude::*;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user