mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-12 11:52:07 +10:00
multi-byte paths-debug
This commit is contained in:
@@ -118,9 +118,6 @@ class _PathSelectionDialogState extends State<PathSelectionDialog> {
|
||||
return;
|
||||
}
|
||||
|
||||
final width = widget.pathHashByteWidth.clamp(1, 8);
|
||||
final expectedHexLen = width * 2; // 2 hex chars per byte
|
||||
|
||||
// Parse comma-separated hex prefixes
|
||||
final pathIds = path
|
||||
.split(',')
|
||||
|
||||
Reference in New Issue
Block a user