From 64f54fa6505a7c29cf2faa42f40c9b29f32a7b69 Mon Sep 17 00:00:00 2001 From: Lucas Schumacher Date: Tue, 6 Feb 2024 00:38:45 -0500 Subject: [PATCH] Add more protobufs --- build.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.rs b/build.rs index 6e7af4c..3cd6426 100644 --- a/build.rs +++ b/build.rs @@ -6,6 +6,9 @@ fn main() { let protos = &[ "protobufs/meshtastic/mesh.proto", "protobufs/meshtastic/remote_hardware.proto", + "protobufs/meshtastic/admin.proto", + "protobufs/meshtastic/paxcount.proto", + "protobufs/meshtastic/storeforward.proto", ]; let includes = &["protobufs"];