Add HardwareMessage for RemoteHardwareApp
This commit is contained in:
parent
5ce0650379
commit
b01443d65e
5
build.rs
5
build.rs
@ -3,7 +3,10 @@ extern crate prost_build;
|
||||
use prost_build::compile_protos;
|
||||
|
||||
fn main() {
|
||||
let protos = &["protobufs/meshtastic/mesh.proto"];
|
||||
let protos = &[
|
||||
"protobufs/meshtastic/mesh.proto",
|
||||
"protobufs/meshtastic/remote_hardware.proto",
|
||||
];
|
||||
let includes = &["protobufs"];
|
||||
|
||||
if let Err(e) = compile_protos(protos, includes) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user