tx power => txpower (typo) (#250)

This commit is contained in:
Tim Wilkinson 2022-03-02 15:28:06 -08:00 committed by GitHub
parent 2a263fce4f
commit bdba0c2910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ if (parms.button_apply or parms.button_save) and wifi_enable == "1" and phy then
else
os.execute("iw phy " .. phy .. " set distance " .. wifi_distance .. " >/dev/null 2>&1")
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
if parms.button_updatelocation then