mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
add define for reserved group data type
This commit is contained in:
parent
c78f7133c9
commit
1d61df72c3
2 changed files with 2 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
|||
#define TXT_TYPE_PLAIN 0 // a plain text message
|
||||
#define TXT_TYPE_CLI_DATA 1 // a CLI command
|
||||
#define TXT_TYPE_SIGNED_PLAIN 2 // plain text, signed by sender
|
||||
#define DATA_TYPE_RESERVED 0x0000 // reserved for future use
|
||||
#define DATA_TYPE_DEV 0xFFFF // developer namespace for experimenting with group/channel datagrams and building apps
|
||||
|
||||
class StrHelper {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue