From bdbfda626a707ed50c2d327efdf8598372462de6 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 14 Apr 2014 01:32:43 +0200 Subject: [PATCH] Very short preamble --- Modem/config.h | 4 ++-- buildrev.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Modem/config.h b/Modem/config.h index d032a76..343466f 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 350UL // The length of the packet preamble in milliseconds -#define CONFIG_AFSK_TRAILER_LEN 100UL // The length of the packet tail in milliseconds +#define CONFIG_AFSK_PREAMBLE_LEN 10UL // The length of the packet preamble in milliseconds +#define CONFIG_AFSK_TRAILER_LEN 2UL // The length of the packet tail in milliseconds #endif \ No newline at end of file diff --git a/buildrev.h b/buildrev.h index fb6a824..7025c3c 100644 --- a/buildrev.h +++ b/buildrev.h @@ -1,2 +1,2 @@ -#define VERS_BUILD 830 +#define VERS_BUILD 835 #define VERS_HOST "vixen"