mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
Update lib/screens/path_trace_map.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
04f5c44ed9
commit
608b6fb539
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ class _PathTraceMapScreenState extends State<PathTraceMapScreen> {
|
|||
_hasData = true;
|
||||
_traceData = PathTraceData(
|
||||
pathData: pathData,
|
||||
snrData: snrData.map((e) => e.toDouble() / 4).toList(),
|
||||
snrData: snrData.map((e) => e.toSigned(8).toDouble() / 4).toList(),
|
||||
pathContacts: pathContacts,
|
||||
);
|
||||
_points = <LatLng>[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue