4
Fork 0

Preparing for build

This commit is contained in:
R3ABM Artem 2016-08-03 08:42:18 +03:00
parent a61a450e8c
commit 21ce7a63be
4 changed files with 38 additions and 13 deletions

View file

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