From 07bec8347760534377c72cfc6a0361240d06fdfe Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 10 Feb 2024 11:37:11 -0600 Subject: [PATCH] Add length to GeoChat.to --- meshtastic/atak.options | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meshtastic/atak.options b/meshtastic/atak.options index 61e1b4c5..c341400a 100644 --- a/meshtastic/atak.options +++ b/meshtastic/atak.options @@ -2,4 +2,5 @@ *Contact.device_callsign max_size:120 *Status.battery int_size:8 *PLI.course int_size:16 -*GeoChat.message max_size:200 \ No newline at end of file +*GeoChat.message max_size:200 +*GeoChat.to max_size:120 \ No newline at end of file