mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Fix default server
This commit is contained in:
parent
9963a7b1ed
commit
71f114f203
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class MqttClientProxyManager {
|
|||
|
||||
func connectFromConfigSettings(config: MQTTConfigEntity) {
|
||||
|
||||
let defaultServerAddress = "devmqtt.meshtastic.org"
|
||||
let defaultServerAddress = "mqtt.meshtastic.org"
|
||||
let defaultServerPort = 1883
|
||||
//let
|
||||
var host = config.address
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue