diff --git a/public/analytics.js b/public/analytics.js index ce1836ad..076ff3ec 100644 --- a/public/analytics.js +++ b/public/analytics.js @@ -774,7 +774,7 @@ el.innerHTML = `

⚠️ Inconsistent Hash Sizes

-

Nodes that have sent adverts with varying hash sizes — likely running firmware with a known bug (pre-1.14.1).

+

Nodes sending adverts with varying hash sizes. Caused by a bug where automatic adverts ignored the configured multibyte path setting. Fixed in repeater v1.14.1.

Loading…
diff --git a/public/nodes.js b/public/nodes.js index e325dfc3..fea4f182 100644 --- a/public/nodes.js +++ b/public/nodes.js @@ -120,7 +120,7 @@
${escapeHtml(n.name || '(unnamed)')}
${n.role} ${n.hash_size ? `${n.public_key.slice(0, n.hash_size * 2).toUpperCase()}` : ''} ${n.hash_size_inconsistent ? `⚠️ variable hash size` : ''} ${statusLabel}
- ${n.hash_size_inconsistent ? `
Adverts show varying hash sizes (${(n.hash_sizes_seen||[]).join('-byte, ')}-byte). Likely a firmware bug — update to MeshCore 1.14.1+. See advert details below.
` : ''} + ${n.hash_size_inconsistent ? `
Adverts show varying hash sizes (${(n.hash_sizes_seen||[]).join('-byte, ')}-byte). This is a known bug where automatic adverts ignore the configured multibyte path setting. Fixed in repeater v1.14.1.
` : ''}
${n.public_key}