diff --git a/meshtastic/admin.options b/meshtastic/admin.options index 64ea2f3..3be93d9 100644 --- a/meshtastic/admin.options +++ b/meshtastic/admin.options @@ -8,4 +8,5 @@ *HamParameters.call_sign max_size:8 -*HamParameters.short_name max_size:6 \ No newline at end of file +*HamParameters.short_name max_size:6 +*NodeRemoteHardwarePinsResponse.node_remote_hardware_pins max_count:12 \ No newline at end of file diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index bc0b991..6a2ce12 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -13,6 +13,7 @@ import "meshtastic/config.proto"; import "meshtastic/mesh.proto"; import "meshtastic/module_config.proto"; import "meshtastic/connection_status.proto"; +import "meshtastic/deviceonly.proto"; /* * This message is handled by the Admin module and is responsible for all settings/channel read/write operations. @@ -213,6 +214,7 @@ message AdminMessage { * Respond with the mesh's nodes with their available gpio pins for RemoteHardware module use */ NodeRemoteHardwarePinsResponse get_node_remote_hardware_pins_response = 20; + /* * Set the owner for this node */