mirror of
https://github.com/coolsnowwolf/luci
synced 2025-01-09 09:17:27 +08:00
Merge branch 'master' of https://github.com/coolsnowwolf/luci
This commit is contained in:
commit
5935a2e231
@ -1610,7 +1610,7 @@ function wifinet.noise(self)
|
||||
end
|
||||
|
||||
function wifinet.country(self)
|
||||
return self.iwinfo.country or self:ubus("dev", "config", "country") or "00"
|
||||
return self.iwinfo.country or self:ubus("dev", "config", "country") or "US"
|
||||
end
|
||||
|
||||
function wifinet.txpower(self)
|
||||
|
Loading…
Reference in New Issue
Block a user