Update config.h.template to fix CI builds
This commit is contained in:
parent
559283d87f
commit
f85bb7f83e
|
@ -12,6 +12,16 @@
|
|||
/*** LAYER 2 CONFIG ***/
|
||||
|
||||
#define MY_CALL undefined // define MY_CALL to your call sign as a C string, e.g. "DL5TKL"
|
||||
#define PEER_CALL "TESTPEER" // define PEER_CALL to the remote station’s call sign as a C string, e.g. "DL5TKL-1"
|
||||
|
||||
#define RETRANSMIT_TIMEOUT_MS 1000
|
||||
#define CONNECTION_TIMEOUT_MS 10000
|
||||
|
||||
#define BEACON_INTERVAL_MS 5000
|
||||
|
||||
#define MIN_INTERVAL_TIME_MS 10
|
||||
|
||||
#define IPV6_NET "fd70::" // the IPv6 "base address". The HAM64 address will be encoded into the lower 64 bits.
|
||||
|
||||
/*** TIMING CONFIG ***/
|
||||
|
||||
|
|
Loading…
Reference in a new issue