mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-19 14:50:27 -04:00
TCP mode
This commit is contained in:
parent
8ba0ce4fad
commit
f960709e82
10 changed files with 131 additions and 268 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue