From 282666d9a1a9aafe72f95e533fd57ec17d3fb5bb Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 22 May 2023 07:52:21 -0500 Subject: [PATCH] Extend node_remote_hardware_pins to 16 --- meshtastic/admin.options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/admin.options b/meshtastic/admin.options index 3be93d9..1cd0ab4 100644 --- a/meshtastic/admin.options +++ b/meshtastic/admin.options @@ -9,4 +9,4 @@ *HamParameters.call_sign max_size:8 *HamParameters.short_name max_size:6 -*NodeRemoteHardwarePinsResponse.node_remote_hardware_pins max_count:12 \ No newline at end of file +*NodeRemoteHardwarePinsResponse.node_remote_hardware_pins max_count:16 \ No newline at end of file