From c54a7fdff2f989d33c2a88c65686c59540b05003 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 27 Mar 2024 02:20:37 +1300 Subject: [PATCH] update readme docs about neighbours map layer issues --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2dfe1a..71b48e9 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,10 @@ My version of the map is available at https://meshtastic.liamcottle.net ## Beta Features - [x] "Neighbours" map layer. Shows blue connection lines between nodes that heard the other node. - - This information is taken from the `NEIGHBORINFO_APP`, but I feel like some of the neighbours weren't heard?? Maybe I am wrong. + - This information is taken from the `NEIGHBORINFO_APP`. + - Some neighbour lines are clearly wrong. + - Meshtastic firmware older than [v2.3.2](https://github.com/meshtastic/firmware/releases/tag/v2.3.2.63df972) reports MQTT nodes as Neighbours. + - This was fixed in [meshtastic/firmware/#3457](https://github.com/meshtastic/firmware/pull/3457), but adoption will likely be slow... ## Planned Features