File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -170,16 +170,16 @@ struct
170
170
{
171
171
172
172
#endif
173
+ uint8_t last; // 8 bit - Id of last node this message passed
174
+ uint8_t sender; // 8 bit - Id of sender node (origin)
175
+ uint8_t destination; // 8 bit - Id of destination node
173
176
174
177
uint8_t version_length; // 3 bit - Protocol version
175
178
// 5 bit - Length of payload
176
179
uint8_t command_ack_payload; // 3 bit - Command type
177
180
// 1 bit - Request an ack - Indicator that receiver should send an ack back.
178
181
// 1 bit - Is ack messsage - Indicator that this is the actual ack message.
179
182
// 3 bit - Payload data type
180
- uint8_t sender; // 8 bit - Id of sender node
181
- uint8_t last; // 8 bit - Id of last node this message passed
182
- uint8_t destination; // 8 bit - Id of destination node
183
183
uint8_t type; // 8 bit - Type varies depending on command
184
184
uint8_t sensor; // 8 bit - Id of sensor that this message concerns.
185
185
You can’t perform that action at this time.
0 commit comments