4
Fork 0
This commit is contained in:
R3ABM Artem 2016-08-01 17:27:20 +04:00
parent 615740034e
commit 9eb85e01d8

View file

@ -2,7 +2,7 @@
local map = Map("cronosagent", "CronosAgent")
local section = map:section(TypedSection, "global", "", "Configuration")
local number = section:option(Value, "number", "Repeater ID", "DMR ID assigned to your repeater" )
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" )