fix: Rename grp dev type

ref: #1928
This commit is contained in:
Janez T 2026-03-19 09:35:02 +01:00
parent 2f68769185
commit ae9fcb3c0b
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +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_CUSTOM 0xFFFF // generic custom app namespace for group/channel datagrams
#define DATA_TYPE_DEV 0xFFFF // developer namespace for experimenting with group/channel datagrams and building apps
class StrHelper {
public: