Preparing for build
This commit is contained in:
parent
a61a450e8c
commit
21ce7a63be
4 changed files with 38 additions and 13 deletions
|
@ -5,7 +5,7 @@ local section = map:section(TypedSection, "cronosagent", "Configuration")
|
|||
local number = section:option(Value, "number", "Repeater ID", "DMR ID assigned to your repeater" )
|
||||
local repeater = section:option(Value, "repeaterAddress", "Repeater Address", "Address of your KAIROS repeater" )
|
||||
local server = section:option(Value, "serverAddress", "Server address", "Address of BrandMeister DMR Server")
|
||||
local password = section:option(Value, "serverPassword", "Password", "Password to login" )
|
||||
local password = section:option(Value, "serverPassword", "Password", "Password to login to the server" )
|
||||
|
||||
number.datatype = "range(1,16777215)"
|
||||
repeater.datatype = "ip4addr"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue