Fix scan command timeout

This commit is contained in:
Janez T
2026-03-09 19:53:36 +01:00
parent a98fc6314e
commit 3cd96ba961
2 changed files with 2 additions and 2 deletions

View File

@@ -796,7 +796,7 @@ packages:
description: description:
path: "." path: "."
ref: main ref: main
resolved-ref: a5098f5c242f4de8176ec8e4e0fcb82429f0cb52 resolved-ref: "81a24ca3051d5b3de5dcb0db927b1118ed7de736"
url: "https://github.com/dz0ny/meshcore_client.git" url: "https://github.com/dz0ny/meshcore_client.git"
source: git source: git
version: "0.1.0" version: "0.1.0"

View File

@@ -52,7 +52,7 @@ void main() {
contact.publicKeyHex: 3, contact.publicKeyHex: 3,
}, },
currentDestinationType: 'all', currentDestinationType: 'all',
onSelect: (_, __) {}, onSelect: (selectedContact, destinationType) {},
), ),
), ),
), ),