Compression on/off compile option.

This commit is contained in:
Mark Qvist 2014-04-27 23:06:05 +02:00
parent 409e9d93d0
commit 864c5d7dc4
5 changed files with 49 additions and 28 deletions

View file

@ -19,7 +19,7 @@
#define CONFIG_AFSK_RXTIMEOUT 0 // How long a read operation from the modem
// will wait for data before timing out.
#define CONFIG_AFSK_PREAMBLE_LEN 350UL // The length of the packet preamble in milliseconds
#define CONFIG_AFSK_PREAMBLE_LEN 150UL // The length of the packet preamble in milliseconds
#define CONFIG_AFSK_TRAILER_LEN 50UL // The length of the packet tail in milliseconds
#endif