Add support for secondary channels that don't have their own PSK.

This commit is contained in:
Jm Casler
2021-12-21 19:28:47 -05:00
parent 3e31d561ea
commit d09754fbcf
2 changed files with 5 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ struct PacketHistoryStruct {
uint32_t time;
uint32_t to;
uint32_t from;
uint8_t channel;
bool ack;
uint8_t payload[Constants_DATA_PAYLOAD_LEN];
pb_size_t payload_size;