File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818# note: this payload length is ONLY the bytes that are sent inside of the Data protobuf (excluding protobuf overhead). The 16 byte header is
1919# outside of this envelope
2020*Data.payload max_size:237
21+ *Data.bitfield int_size:8
2122
2223*NodeInfo.channel int_size:8
2324*NodeInfo.hops_away int_size:8
7273
7374*ChunkedPayload.chunk_count int_size:16
7475*ChunkedPayload.chunk_index int_size:16
75- *ChunkedPayload.payload_chunk max_size:228
76+ *ChunkedPayload.payload_chunk max_size:228
Original file line number Diff line number Diff line change @@ -890,9 +890,9 @@ message Data {
890890 fixed32 emoji = 8 ;
891891
892892 /*
893- * Defaults to false. Indicates the user approves the packet being uploaded to MQTT.
893+ * Bitfield for extra flags. First use is to indicate that user approves the packet being uploaded to MQTT.
894894 */
895- optional bool ok_to_mqtt = 9 ;
895+ optional uint32 bitfield = 9 ;
896896}
897897
898898/*
You can’t perform that action at this time.
0 commit comments