Some spacing, added header length minimum.
This commit is contained in:
parent
9b2987de08
commit
55c10c503b
1
AFSK.h
1
AFSK.h
|
@ -17,6 +17,7 @@
|
||||||
// This is with all the digis, two addresses, framing and full payload
|
// This is with all the digis, two addresses, framing and full payload
|
||||||
// Two more bytes are added for HDLC_ESCAPEs
|
// Two more bytes are added for HDLC_ESCAPEs
|
||||||
#define PACKET_MAX_LEN 512
|
#define PACKET_MAX_LEN 512
|
||||||
|
#define AX25_PACKET_HEADER_MINLEN 22
|
||||||
|
|
||||||
// HDLC framing bits
|
// HDLC framing bits
|
||||||
#define HDLC_FRAME 0x7E
|
#define HDLC_FRAME 0x7E
|
||||||
|
|
Loading…
Reference in New Issue