This commit is contained in:
Mark Qvist 2014-04-14 01:26:02 +02:00
parent a2435d4721
commit 4710d534f3

View File

@ -11,7 +11,7 @@
#define CONFIG_AFSK_RXTIMEOUT 0 // How long a read operation from the modem #define CONFIG_AFSK_RXTIMEOUT 0 // How long a read operation from the modem
// will wait for data before timing out. // will wait for data before timing out.
#define CONFIG_AFSK_PREAMBLE_LEN 450UL // The length of the packet preamble in milliseconds #define CONFIG_AFSK_PREAMBLE_LEN 20UL // 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_TRAILER_LEN 20UL // The length of the packet tail in milliseconds
#endif #endif