Shared constants between device and phone

from enum meshtastic.Constants

Enumeration Members

Enumeration Members

DATA_PAYLOAD_LEN: 237

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;

ZERO: 0

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;