-
- Downloads
Merge branch 'wip' into 'master'
Bug fixes See merge request cats/mobile-transceiver-software!1
No related branches found
No related tags found
Showing
- .cargo/config.toml 1 addition, 0 deletions.cargo/config.toml
- Cargo.lock 4 additions, 3 deletionsCargo.lock
- Cargo.toml 2 additions, 1 deletionCargo.toml
- README.md 1 addition, 0 deletionsREADME.md
- src/main.rs 10 additions, 12 deletionssrc/main.rs
- src/radio.rs 27 additions, 16 deletionssrc/radio.rs
... | @@ -23,7 +23,8 @@ rf4463 = { git = "https://gitlab.scd31.com/stephen/rf4463-lib" } | ... | @@ -23,7 +23,8 @@ rf4463 = { git = "https://gitlab.scd31.com/stephen/rf4463-lib" } |
systick-monotonic = "1.0.1" | systick-monotonic = "1.0.1" | ||
ham-cats = { git = "https://gitlab.scd31.com/cats/ham-cats/" } | ham-cats = { git = "https://gitlab.scd31.com/cats/ham-cats/" } | ||
half = { version = "2.3.1", default-features = false } | half = { version = "2.3.1", default-features = false } | ||
nmea = { version = "0.4.0", default-features = false } | # TODO can get rid of some of these features | ||
nmea = { version = "0.6.0", default-features = false, features = ["VTG", "GGA", "RMC", "GNS", "GLL"] } | |||
arrayvec = { version = "0.7.4", default-features = false } | arrayvec = { version = "0.7.4", default-features = false } | ||
ushell = "0.3.6" | ushell = "0.3.6" | ||
usbd-serial = "0.1.1" | usbd-serial = "0.1.1" | ||
... | ... |
Please register or sign in to comment