mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add GROUP_APP
This commit is contained in:
parent
5f98af3261
commit
90079e9001
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue