document that key IDs are hex not dec;

r05a04_dev
Bryan Biedenkapp 2 months ago
parent dc5c833c68
commit 53714d75d2

@ -91,7 +91,7 @@ network:
# aes - AES-256 Encryption # aes - AES-256 Encryption
# arc4 - ARC4/ADP Encryption # arc4 - ARC4/ADP Encryption
tekAlgo: "aes" tekAlgo: "aes"
# Traffic Encryption Key ID # Traffic Encryption Key ID (Hex)
tekKeyId: 1 tekKeyId: 1
# Source "Radio ID" for transmitted audio frames. # Source "Radio ID" for transmitted audio frames.

@ -68,7 +68,7 @@ network:
# aes - AES-256 Encryption # aes - AES-256 Encryption
# arc4 - ARC4/ADP Encryption # arc4 - ARC4/ADP Encryption
tekAlgo: "aes" tekAlgo: "aes"
# Traffic Encryption Key ID # Traffic Encryption Key ID (Hex)
tekKeyId: 1 tekKeyId: 1
# Destination Talkgroup ID for transmitted/received audio frames. # Destination Talkgroup ID for transmitted/received audio frames.
@ -84,7 +84,7 @@ network:
# aes - AES-256 Encryption # aes - AES-256 Encryption
# arc4 - ARC4/ADP Encryption # arc4 - ARC4/ADP Encryption
tekAlgo: "aes" tekAlgo: "aes"
# Traffic Encryption Key ID # Traffic Encryption Key ID (Hex)
tekKeyId: 1 tekKeyId: 1
# Flag indicating whether or not the patch is two-way. # Flag indicating whether or not the patch is two-way.

Loading…
Cancel
Save

Powered by TurnKey Linux.