From mesh.options note: this payload length is ONLY the bytes that are sent inside of the Data protobuf (excluding protobuf overhead). The 16 byte header is outside of this envelope
from enum value: DATA_PAYLOAD_LEN = 237;
First enum must be zero, and we are just using this enum to pass int constants between two very different environments
from enum value: ZERO = 0;
Generated using TypeDoc
Shared constants between device and phone
Generated
from enum meshtastic.Constants