mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
9 lines
239 B
C
9 lines
239 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <stddef.h>
|
||
|
|
#include <stdint.h>
|
||
|
|
|
||
|
|
#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
|