mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Assorted linting updates
This commit is contained in:
parent
939de515b0
commit
defba587e7
32 changed files with 80 additions and 155 deletions
|
|
@ -388,7 +388,6 @@ struct MQTTConfig: View {
|
|||
}
|
||||
|
||||
if let placemarks = placemarks, let placemark = placemarks.first {
|
||||
let cc = locale.region?.identifier ?? "UNK"
|
||||
/// Country Topic unless your region is a country
|
||||
if !(region?.isCountry ?? false) {
|
||||
let countryTopic = defaultTopic + "/" + (placemark.isoCountryCode ?? "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue