From 324c16660cfa1ababcac8c5ca44381b47f831074 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Thu, 18 Sep 2014 18:54:26 -0500 Subject: [PATCH] Corrected MASTER_PEER Comment Forgot to change this once DMRlink became capable of being a master. --- dmrlink_SAMPLE.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmrlink_SAMPLE.cfg b/dmrlink_SAMPLE.cfg index bce701b..6691a8b 100644 --- a/dmrlink_SAMPLE.cfg +++ b/dmrlink_SAMPLE.cfg @@ -72,7 +72,7 @@ LOG_NAME: DMRlink # XNL_MASTER: Obviously, should also be False, see XNL_CALL. # DATA_CALL: Process data calls. True if you want to process data calls # VOICE_CALL: Process voice calls. True if you want to process voice calls -# MASTER_PEER: Must be False, we cannot yet act as a master peer. +# MASTER_PEER: True if DMRlink will be the master, False if we're a peer # AUTH_ENABLED: Do we use authenticated IPSC? # AUTH_KEY: The Authentication key (up to 40 hex characters) # MASTER_IP: IP address of the IPSC master (ignored if DMRlink is the master)