summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/data.dart2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/data.dart b/lib/data.dart
index 5e90b0e..e660689 100644
--- a/lib/data.dart
+++ b/lib/data.dart
@@ -9,7 +9,7 @@ const int brokerPort = 1883;
const String topicPrefix = 'sia';
class AppState with ChangeNotifier {
- bool onConnectionPage = false;
+ bool onConnectionPage = true;
Map<String, bool> contacts = <String, bool>{};
late final MqttServerClient _client;
bool _brokerConnected = false;