Update range-test.mdx

Ensure you have position precision in the default channel set to high, otherwise the collected data will not record your true location.
This commit is contained in:
frazzmatazz 2024-04-04 15:58:25 +10:00 committed by GitHub
parent 2d5e3c3c4f
commit 54afe6aa07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ This module allows you to test the range of your Meshtastic nodes. It requires t
Nodes are in range as long as the sequential packets can be received.
The receiving node can be used to save the messages along with the GPS coordinates at which they were received into a .csv file. This .csv file can then be integrated into [Google Earth](https://earth.google.com), [Google Maps - My Maps](https://mymaps.google.com), or any other program capable of processing .csv files. This can enable you to visualize your mesh.
The receiving node can be used to save the messages along with the GPS coordinates at which they were received into a .csv file. This .csv file can then be integrated into [Google Earth](https://earth.google.com), [Google Maps - My Maps](https://mymaps.google.com), or any other program capable of processing .csv files. This can enable you to visualize your mesh. Ensure you have [position precision](https://meshtastic.org/docs/configuration/radio/channels/#position-precision) in the default channel set to high, otherwise the collected data will not record your true location.
:::info