Merge pull request #1173 from frazzmatazz/patch-1

Can we recommend setting position accurcy to high for range tests? Happy with this wording?
This commit is contained in:
rcarteraz 2024-04-03 23:22:11 -07:00 committed by GitHub
commit 4e0608b547
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