From 90079e900148266c4bec4153a82336c1d71aab8e Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Sat, 19 Feb 2022 22:53:58 -0800 Subject: [PATCH] Add GROUP_APP --- portnums.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/portnums.proto b/portnums.proto index a9725d3..70509f1 100644 --- a/portnums.proto +++ b/portnums.proto @@ -92,6 +92,11 @@ enum PortNum { IP_TUNNEL_APP = 33; /* + * Used for managing chat groups + */ + GROUP_APP = 34; + + /* * Provides a hardware serial interface to send and receive from the Meshtastic network. * Connect to the RX/TX pins of a device with 38400 8N1. Packets received from the Meshtastic * network is forwarded to the RX pin while sending a packet to TX will go out to the Mesh network.