This commit is contained in:
Mark Qvist 2014-04-28 17:47:32 +02:00
parent 8ba0ce4fad
commit f960709e82
10 changed files with 131 additions and 268 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 550UL // The length of the packet preamble in milliseconds
#define CONFIG_AFSK_TRAILER_LEN 10UL // The length of the packet tail in milliseconds
#define CONFIG_AFSK_PREAMBLE_LEN 400UL // The length of the packet preamble in milliseconds
#define CONFIG_AFSK_TRAILER_LEN 50UL // The length of the packet tail in milliseconds
#endif