Temp perams
This commit is contained in:
parent
e903161a2b
commit
93fd840343
@ -10,32 +10,33 @@
|
||||
#define PIP 3
|
||||
|
||||
/* CW ID SETTINGS */
|
||||
#define ID "MX0WVV"
|
||||
#define CW_SPEED 25
|
||||
#define CW_PITCH 950
|
||||
#define ID "GB3DL"
|
||||
#define CW_SPEED 20
|
||||
#define CW_PITCH 1375
|
||||
|
||||
/* PARAMS */
|
||||
#define COURTESY CW
|
||||
#define CLOSEDOWN 1
|
||||
#define COURTESY TONE
|
||||
#define CLOSEDOWN 0
|
||||
#define GWPIPLEN 1200 / CW_SPEED
|
||||
#define PIP_LETTER 'W'
|
||||
#define PIP_GW_LETTER 'X'
|
||||
#define RFPIP 950
|
||||
#define PIP_LETTER 'E'
|
||||
#define PIP_GW_LETTER 'T'
|
||||
#define RFPIP 1245
|
||||
#define RFPIPLEN 1200 / CW_SPEED
|
||||
#define START 0
|
||||
#define TAILPIPS true
|
||||
#define TAILPIP_PITCH 950
|
||||
#define TAILPIPS false
|
||||
#define TAILPIP_PITCH CW_PITCH
|
||||
|
||||
/* SERIAL */
|
||||
#define SERIAL true
|
||||
#define SERIAL false
|
||||
#define SERIAL_SPEED 115200
|
||||
|
||||
/* TIMERS */
|
||||
#define HANGTIME 5000
|
||||
#define KEYCHUNK_TIME 2500
|
||||
#define HANGTIME 2000
|
||||
#define KEYCHUNK_TIME 500
|
||||
#define TIMEOUT 300000
|
||||
#define IDTIME 300000
|
||||
#define PIP_KEYCHUNK 2000
|
||||
#define TAIL_PIP_DELAY 1000
|
||||
#define LAST_ID_HOLD 30000
|
||||
#define PIP_KEYCHUNK 750
|
||||
#define TAIL_PIP_DELAY 3000
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user