fix: lf sim - dont forget to PACK your structs on both sides\n chg: data convertbitstream - converts bit to max/min in order to facilitate demodulation of simulation data

This commit is contained in:
iceman1001 2019-05-23 06:12:20 -04:00
commit f8dbf6138a
8 changed files with 78 additions and 47 deletions

View file

@ -1392,7 +1392,7 @@ static void PacketReceived(PacketCommandNG *packet) {
uint8_t flag;
uint16_t offset;
uint8_t *data;
};
} PACKED;
struct p* payload = (struct p*)packet->data.asBytes;