mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-16 05:12:29 -04:00
Changed default preamble
This commit is contained in:
parent
492f8127c8
commit
fbdc47cd7a
28 changed files with 2 additions and 2 deletions
2
hardware/AFSK.h
Normal file → Executable file
2
hardware/AFSK.h
Normal file → Executable file
|
@ -42,7 +42,7 @@ inline static uint8_t sinSample(uint16_t i) {
|
|||
#define CONFIG_AFSK_RX_BUFLEN 64
|
||||
#define CONFIG_AFSK_TX_BUFLEN 64
|
||||
#define CONFIG_AFSK_RXTIMEOUT 0
|
||||
#define CONFIG_AFSK_PREAMBLE_LEN 150UL
|
||||
#define CONFIG_AFSK_PREAMBLE_LEN 200UL
|
||||
#define CONFIG_AFSK_TRAILER_LEN 50UL
|
||||
#define BIT_STUFF_LEN 5
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue