Allow packet and nodenums to be 32 bits long (but don't change yet)

This commit is contained in:
geeksville
2020-06-03 13:46:31 -07:00
parent a34cfb0ee0
commit 5b1488ddf0
6 changed files with 15 additions and 7 deletions

View File

@@ -19,7 +19,9 @@
* wtih the old radiohead implementation.
*/
typedef struct {
uint8_t to, from, id;
NodeNum to, from; // can be 1 byte or four bytes
PacketId id; // can be 1 byte or 4 bytes
/**
* Usage of flags: