mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
add constant in support of https://github.com/meshtastic/Meshtastic-Android/issues/204
This commit is contained in:
parent
a0b8d88896
commit
a36b31a43c
1 changed files with 6 additions and 0 deletions
|
|
@ -347,6 +347,12 @@ message MeshPacket {
|
|||
enum Constants {
|
||||
Unused = 0; // First enum must be zero, and we are just using this enum to
|
||||
// pass int constants between two very different environments
|
||||
|
||||
/** From mesh.options
|
||||
note: this payload length is ONLY the bytes that are sent inside of the radiohead packet
|
||||
Data.payload max_size:240
|
||||
*/
|
||||
DATA_PAYLOAD_LEN = 240;
|
||||
}
|
||||
|
||||
/** Full settings (center freq, spread factor, pre-shared secret key etc...)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue