mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-29 08:18:12 +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
|