-
- Downloads
more progress
Showing
- Cargo.lock 0 additions, 61 deletionsCargo.lock
- Cargo.toml 0 additions, 1 deletionCargo.toml
- config.toml.example 0 additions, 3 deletionsconfig.toml.example
- src/config.rs 0 additions, 1 deletionsrc/config.rs
- src/control.rs 3 additions, 19 deletionssrc/control.rs
- src/radio.rs 42 additions, 71 deletionssrc/radio.rs
... | @@ -25,7 +25,6 @@ image = "0.24.6" | ... | @@ -25,7 +25,6 @@ image = "0.24.6" |
kiss-tnc = "0.2.2" | kiss-tnc = "0.2.2" | ||
rppal = "0.14.1" | rppal = "0.14.1" | ||
serde = { version = "1.0.160", features = ["derive"] } | serde = { version = "1.0.160", features = ["derive"] } | ||
serial = "0.4.0" | |||
sha3 = "0.10.7" | sha3 = "0.10.7" | ||
subprocess = "0.2.9" | subprocess = "0.2.9" | ||
tokio = { version = "1.27.0", features = ["full"] } | tokio = { version = "1.27.0", features = ["full"] } | ||
... | ... |
Please register or sign in to comment