Added stuff to OpenWRT
This commit is contained in:
parent
d9968ddfac
commit
866b7ed470
3 changed files with 5 additions and 1 deletions
|
@ -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" )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue