diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index 6a2ce12..f22d9b3 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -328,5 +328,5 @@ message NodeRemoteHardwarePinsResponse { /* * Nodes and their respective remote hardware GPIO pins */ - repeated NodeRemoteHardwarePins node_remote_hardware_pins = 1; + repeated NodeRemoteHardwarePin node_remote_hardware_pins = 1; } \ No newline at end of file