mirror of https://github.com/aredn/aredn.git
tx power => txpower (typo) (#250)
This commit is contained in:
parent
2a263fce4f
commit
bdba0c2910
|
@ -449,7 +449,7 @@ if (parms.button_apply or parms.button_save) and wifi_enable == "1" and phy then
|
||||||
else
|
else
|
||||||
os.execute("iw phy " .. phy .. " set distance " .. wifi_distance .. " >/dev/null 2>&1")
|
os.execute("iw phy " .. phy .. " set distance " .. wifi_distance .. " >/dev/null 2>&1")
|
||||||
end
|
end
|
||||||
os.execute("iw dev " .. wifiintf .. " set tx power fixed " .. wifi_txpower .. "00 >/dev/null 2>&1")
|
os.execute("iw dev " .. wifiintf .. " set txpower fixed " .. wifi_txpower .. "00 >/dev/null 2>&1")
|
||||||
end
|
end
|
||||||
|
|
||||||
if parms.button_updatelocation then
|
if parms.button_updatelocation then
|
||||||
|
|
Loading…
Reference in New Issue