From 47892ff9c48dfd62a2930a4460c4e1d68636b0a0 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 15 May 2023 10:54:52 -0500 Subject: [PATCH] Add to device metadata and remote hardware config --- meshtastic/mesh.options | 1 + meshtastic/mesh.proto | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/meshtastic/mesh.options b/meshtastic/mesh.options index 55a9012..4ad510a 100644 --- a/meshtastic/mesh.options +++ b/meshtastic/mesh.options @@ -54,5 +54,6 @@ *NeighborInfo.neighbors max_count:10 *DeviceMetadata.firmware_version max_size:18 +*DeviceMetadata:remote_hardware_pins max_count:4 *RemoteHardwarePin.name max_size:15 diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index fa9dbd5..fb34864 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -1468,6 +1468,11 @@ message Neighbor { * Device hardware model */ HardwareModel hw_model = 9; + + /* + * Available GPIO pins for RemoteHardware module + */ + repeated RemoteHardwarePin remote_hardware_pins = 10; } /*