op-packages/dcc2-wiwiz/files/usr/lib/lua/luci/controller/rtty.lua
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

8 lines
254 B
Lua

module("luci.controller.rtty", package.seeall)
function index()
entry({"admin", "wiwiz_menu"}, firstchild(), "Wiwiz", 60).dependent=true
entry({"admin", "wiwiz_menu", "rtty"}, cbi("rtty"), translate("Remote Control (DCC2)"), 59).dependent = true
end