mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
parent
515b9c1f29
commit
31db565ebf
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ class _LineOfSightMapScreenState extends State<LineOfSightMapScreen> {
|
|||
});
|
||||
|
||||
try {
|
||||
final connector = context.watch<MeshCoreConnector>();
|
||||
final connector = context.read<MeshCoreConnector>();
|
||||
final frequencyMHz = _normalizeFrequencyMHz(connector.currentFreqHz);
|
||||
final result = await _lineOfSightService.analyzePath(
|
||||
[start.point, end.point],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue