diff options
| author | xengineering <me@xengineering.eu> | 2026-03-07 11:53:18 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-03-07 11:53:18 +0100 |
| commit | a46cb6e94688a65a31248bc4585bccfbc22242f0 (patch) | |
| tree | 30c4adc00e8d399fa1e1e95b18fcd4b766f9ed14 /lib/data.dart | |
| parent | e75d23db9960c6060fd2b530f5878727e0caaf37 (diff) | |
| download | sia-app-a46cb6e94688a65a31248bc4585bccfbc22242f0.tar sia-app-a46cb6e94688a65a31248bc4585bccfbc22242f0.tar.zst sia-app-a46cb6e94688a65a31248bc4585bccfbc22242f0.zip | |
Start by default on ConnectionPage
This prepares starting connection attempts on manual action only.
Diffstat (limited to 'lib/data.dart')
| -rw-r--r-- | lib/data.dart | 2 |
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; |
