fix(S2-b): use authenticated WSS on standard TLS port
This commit is contained in:
@@ -73,7 +73,7 @@ public sealed class SettingsService
|
||||
|
||||
public int MqttPort
|
||||
{
|
||||
get => Preferences.Default.Get(MqttPortKey, 8884);
|
||||
get => Preferences.Default.Get(MqttPortKey, 443);
|
||||
set => Preferences.Default.Set(MqttPortKey, value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user