Update config.h.template to fix CI builds
All checks were successful
/ build-hamnet70 (push) Successful in 32s
/ build-doc (push) Successful in 17s
/ deploy-doc (push) Has been skipped

This commit is contained in:
Thomas Kolb 2024-12-12 19:56:48 +01:00
parent 559283d87f
commit f85bb7f83e

View file

@ -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 stations 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 ***/