This commit is contained in:
coolsnowwolf 2020-07-05 13:05:56 +08:00
commit 5935a2e231

View File

@ -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)