s=m:section(TypedSection,"easymesh",translate("Mesh Gateway & Node WiFi Settings"),translate("Choose Mesh Gateway or Mesh Node WiFi Settings: Begin by completing this section on your mesh server and nodes. Ensure each radio's WiFi network name is consistent. For example: easymesh_AC, easymesh_N."))
s=m:section(TypedSection,"easymesh",translate("Mesh Gateway & Node WiFi Settings"),translate("Choose Mesh Gateway or Mesh Node WiFi Settings: Begin by completing this section on your mesh server and nodes. Ensure each radio's WiFi network name is consistent. For example: easymesh_AC, easymesh_N."))
s.anonymous=true
s.anonymous=true
---- Eanble
o=s:option(Flag,"enabled",translate("Enable"),translate("Enable or disable Easy Mesh"))
o.default=0
o.rmempty=false
-- Connection Type Dropdown
-- Connection Type Dropdown
--o = s:option(ListValue, "backbone", translate("Connection Type"), translate("Choose if Node or Gateway is connected to internet by LAN or WiFi"))
--o = s:option(ListValue, "backbone", translate("Connection Type"), translate("Choose if Node or Gateway is connected to internet by LAN or WiFi"))
--o:value("lan", translate("LAN"))
--o:value("lan", translate("LAN"))
@ -111,11 +107,17 @@ o.rmempty = false
s:tab("setup",translate("Basic Setup"))
s:tab("setup",translate("Basic Setup"))
s:tab("advanced",translate("Advanced Settings"))
s:tab("advanced",translate("Advanced Settings"))
---- Eanble
o=s:taboption("setup",Flag,"enabled",translate("Enable"),translate("Enable or disable Easy Mesh"))