Update meshcore hashtag cracker lib with sender validation

This commit is contained in:
Jack Kingsman
2026-01-17 15:17:01 -08:00
parent b8249ee866
commit 33dcd570cd
9 changed files with 47 additions and 46 deletions
+1
View File
@@ -308,6 +308,7 @@ export function CrackerPanel({
nextItem.packet.data,
{
maxLength: targetLength,
useSenderFilter: true,
useTimestampFilter: true,
useUtf8Filter: true,
...(turboModeRef.current && { gpuDispatchMs: 10000 }),