add info about mqtt node neighbours

This commit is contained in:
liamcottle
2024-03-27 00:40:14 +13:00
parent cfc83f1147
commit bf08acb066

View File

@ -1748,7 +1748,7 @@
+ `<br/><br/>ID: ${neighbourNode.node_id} -> ${node.node_id}` + `<br/><br/>ID: ${neighbourNode.node_id} -> ${node.node_id}`
+ `<br/>Hex ID: ${neighbourNode.node_id_hex} -> ${node.node_id_hex}` + `<br/>Hex ID: ${neighbourNode.node_id_hex} -> ${node.node_id_hex}`
+ (node.neighbours_updated_at ? `<br/>Updated: ${moment(new Date(node.neighbours_updated_at)).fromNow()}` : '') + (node.neighbours_updated_at ? `<br/>Updated: ${moment(new Date(node.neighbours_updated_at)).fromNow()}` : '')
+ `<br/><br/><span class="text-red-500">Note: Some of these super long distance 'Neighbours' don't seem right...</span>` + `<br/><br/><span class="text-red-500">Note: Some neighbour lines are clearly wrong.<br/>Firmware older than <a href="https://github.com/meshtastic/firmware/releases/tag/v2.3.2.63df972">v2.3.2</a> reports MQTT nodes as Neighbours.<br/>Fixed in <a href="https://github.com/meshtastic/firmware/pull/3457">#3457</a></span>`
line.bindTooltip(tooltip, { line.bindTooltip(tooltip, {
sticky: true, sticky: true,