mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
Fix scan command timeout
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ void main() {
|
|||||||
contact.publicKeyHex: 3,
|
contact.publicKeyHex: 3,
|
||||||
},
|
},
|
||||||
currentDestinationType: 'all',
|
currentDestinationType: 'all',
|
||||||
onSelect: (_, __) {},
|
onSelect: (selectedContact, destinationType) {},
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user