add define for reserved group data type

This commit is contained in:
liamcottle
2026-03-23 23:09:35 +13:00
rodzic c78f7133c9
commit 1d61df72c3
2 zmienionych plików z 2 dodań i 1 usunięć
+1
Wyświetl plik
@@ -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 {