From 0c9fc48e5db69019460592f96b3f221c11094b0d Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 14 Apr 2014 01:26:14 +0200 Subject: [PATCH] Cleanup --- Modem/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modem/config.h b/Modem/config.h index 4033e4d..d032a76 100644 --- a/Modem/config.h +++ b/Modem/config.h @@ -11,7 +11,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 20UL // The length of the packet preamble in milliseconds -#define CONFIG_AFSK_TRAILER_LEN 20UL // The length of the packet tail in milliseconds +#define CONFIG_AFSK_PREAMBLE_LEN 350UL // The length of the packet preamble in milliseconds +#define CONFIG_AFSK_TRAILER_LEN 100UL // The length of the packet tail in milliseconds #endif \ No newline at end of file