From 57a9aa88feea51ddc2a164fd1363b9f797bc6cf6 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 23 Sep 2023 14:25:00 +0000 Subject: [PATCH] Update 'luasrc/model/cbi/easymesh.lua' --- luasrc/model/cbi/easymesh.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/luasrc/model/cbi/easymesh.lua b/luasrc/model/cbi/easymesh.lua index df2d484..f4e8f7a 100755 --- a/luasrc/model/cbi/easymesh.lua +++ b/luasrc/model/cbi/easymesh.lua @@ -4,10 +4,11 @@ local m,s,o local sys = require "luci.sys" local uci = require "luci.model.uci".cursor() -m = Map("easymesh") -translate("PrivateRouter Easy Mesh"), - translate("Batman-adv (Better Approach To Mobile Adhoc Networking - Advanced) is a protocol used for wireless mesh networking, allowing for the creation of a robust, decentralized, and scalable network that can be leveraged by apps to facilitate seamless communication between devices in environments where a traditional network infrastructure may be unfeasible.") - .. "
".. translate("Official website:") .. ' https://www.open-mesh.org/projects/batman-adv/wiki') +m = Map("easymesh", + translate("PrivateRouter Easy Mesh"), + translate("Batman-adv (Better Approach To Mobile Adhoc Networking - Advanced) is a protocol used for wireless mesh networking, allowing for the creation of a robust, decentralized, and scalable network that can be leveraged by apps to facilitate seamless communication between devices in environments where a traditional network infrastructure may be unfeasible.") + .. "
" .. translate("Official website:") .. ' https://www.open-mesh.org/projects/batman-adv/wiki' +) function detect_Node()