From a46cb6e94688a65a31248bc4585bccfbc22242f0 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 7 Mar 2026 11:53:18 +0100 Subject: Start by default on ConnectionPage This prepares starting connection attempts on manual action only. --- lib/data.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/data.dart') 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 contacts = {}; late final MqttServerClient _client; bool _brokerConnected = false; -- cgit v1.3