mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-11 11:07:04 +10:00
fix path trace overlay
This commit is contained in:
@@ -2366,9 +2366,10 @@ class _MapScreenState extends State<MapScreen> {
|
|||||||
style: TextStyle(fontSize: 12, color: Colors.grey[700]),
|
style: TextStyle(fontSize: 12, color: Colors.grey[700]),
|
||||||
),
|
),
|
||||||
SelectableText(
|
SelectableText(
|
||||||
_pathTrace
|
PathHelper.splitPathBytes(
|
||||||
.map((b) => b.toRadixString(16).padLeft(2, '0'))
|
_pathTrace,
|
||||||
.join(','),
|
context.read<MeshCoreConnector>().pathHashByteWidth,
|
||||||
|
).map(PathHelper.formatHopHex).join(',') ,
|
||||||
style: TextStyle(fontSize: 18),
|
style: TextStyle(fontSize: 18),
|
||||||
),
|
),
|
||||||
// const SizedBox(height: 6),
|
// const SizedBox(height: 6),
|
||||||
|
|||||||
Reference in New Issue
Block a user