Switch to overlay parsing.

This commit is contained in:
Ian Gulliver
2016-02-16 03:26:52 +00:00
parent af8b3d0c4c
commit a1e0e2fe9f
3 changed files with 66 additions and 31 deletions

View File

@@ -41,7 +41,7 @@ struct packet {
MODE_S_SHORT,
MODE_S_LONG,
} type;
char data[DATA_LEN_MAX];
char payload[DATA_LEN_MAX];
uint64_t mlat_timestamp;
uint32_t rssi;
};