From b282f897919a5c78c2217995d6f4b45da65c8da1 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 15 May 2023 13:09:42 -0500 Subject: [PATCH] Remove remote hardware pins from metadata --- meshtastic/mesh.proto | 5 ----- 1 file changed, 5 deletions(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index fb34864..fa9dbd5 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -1468,11 +1468,6 @@ message Neighbor { * Device hardware model */ HardwareModel hw_model = 9; - - /* - * Available GPIO pins for RemoteHardware module - */ - repeated RemoteHardwarePin remote_hardware_pins = 10; } /*