Increased max frame length. Other minor tweaks.

This commit is contained in:
Mark Qvist 2015-08-05 21:02:16 +02:00
parent 777a0806f6
commit 997e64ff8b
3 changed files with 11 additions and 6 deletions

View file

@ -7,7 +7,7 @@
#define AX25_MIN_FRAME_LEN 18
#ifndef CUSTOM_FRAME_SIZE
#define AX25_MAX_FRAME_LEN 620
#define AX25_MAX_FRAME_LEN 792
#else
#define AX25_MAX_FRAME_LEN CUSTOM_FRAME_SIZE
#endif