Corrected MASTER_PEER Comment

Forgot to change this once DMRlink became capable of being a master.
This commit is contained in:
Cort Buffington 2014-09-18 18:54:26 -05:00
parent f2148ab05f
commit 324c16660c
1 changed files with 1 additions and 1 deletions

View File

@ -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)