From 7c533e810b78f31ce0e541018e7ee54f926c4003 Mon Sep 17 00:00:00 2001 From: tuxphone <67556506+tuxphone@users.noreply.github.com> Date: Wed, 22 May 2024 14:19:07 +0200 Subject: [PATCH] Synchronize ham short_name length with meshtastic user short_name length --- meshtastic/admin.options | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshtastic/admin.options b/meshtastic/admin.options index 1d582e23..4804d891 100644 --- a/meshtastic/admin.options +++ b/meshtastic/admin.options @@ -8,5 +8,5 @@ *AdminMessage.get_ringtone_response max_size:231 *HamParameters.call_sign max_size:8 -*HamParameters.short_name max_size:6 -*NodeRemoteHardwarePinsResponse.node_remote_hardware_pins max_count:16 \ No newline at end of file +*HamParameters.short_name max_size:5 +*NodeRemoteHardwarePinsResponse.node_remote_hardware_pins max_count:16