diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index eadc0a6..750c7d1 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -1468,4 +1468,9 @@ message Neighbor { * Device hardware model */ HardwareModel hw_model = 9; + + /* + * Has Remote Hardware enabled + */ + bool hasRemoteHardware = 10; } diff --git a/meshtastic/module_config.proto b/meshtastic/module_config.proto index a15b92a..33d6290 100644 --- a/meshtastic/module_config.proto +++ b/meshtastic/module_config.proto @@ -590,12 +590,6 @@ message ModuleConfig { } enum RemoteHardwarePinType { - - /* - * Unset/unused (should never occur) - */ - UNSET = 0; - /* * GPIO pin can be read (if it is high / low) */