From af92253092d1afe2af8228f2c39a1b276ad0bce1 Mon Sep 17 00:00:00 2001 From: Roslund Date: Mon, 11 Nov 2024 19:26:03 +0100 Subject: [PATCH] Remove neighbourlines mqtt warning --- src/public/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/public/index.html b/src/public/index.html index 58f9160..8419238 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -3548,8 +3548,7 @@ + `

ID: ${node.node_id} heard ${neighbourNode.node_id}` + `
Hex ID: ${node.node_id_hex} heard ${neighbourNode.node_id_hex}` + (node.neighbours_updated_at ? `
Updated: ${moment(new Date(node.neighbours_updated_at)).fromNow()}` : '') - + `

Note: Some neighbour lines are clearly wrong.
Firmware older than v2.3.2 reports MQTT nodes as Neighbours.
Fixed in #3457
` - + line.bindTooltip(tooltip, { sticky: true, opacity: 1,