4
Fork 0

Added stuff to OpenWRT

This commit is contained in:
R3ABM Artem 2016-08-05 20:14:33 +03:00
parent d9968ddfac
commit 866b7ed470
3 changed files with 5 additions and 1 deletions

View file

@ -3,7 +3,7 @@ local map = Map("cronosagent", "CronosAgent")
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 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 to the server" )