DATA_PAYLOAD_LEN constant

Constants const DATA_PAYLOAD_LEN

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

Implementation

static const Constants DATA_PAYLOAD_LEN =
    Constants._(233, _omitEnumNames ? '' : 'DATA_PAYLOAD_LEN');