Specifies hardware compatibility (#335)

* Specifies hardware compatibility

* Update range-test.mdx

Co-authored-by: Sacha Weatherstone <sachaw100@hotmail.com>
This commit is contained in:
charminULTRA 2022-05-11 18:14:38 -04:00 committed by GitHub
parent 2ec60ceb1e
commit 9211fa663e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,12 @@ import PluginModule from '@site/docs/_blocks/_plugin_module.mdx';
This module allows you to test the range of your Meshtastic nodes. It uses two nodes, one to send a message every minute, and another to receive the messages. The receiving node then saves the messages along with the GPS coordinates at which they were received into a .csv file. This .csv file can then be integrated into, for example, Google Earth, allowing you to see where you have coverage. This module allows you to test the range of your Meshtastic nodes. It uses two nodes, one to send a message every minute, and another to receive the messages. The receiving node then saves the messages along with the GPS coordinates at which they were received into a .csv file. This .csv file can then be integrated into, for example, Google Earth, allowing you to see where you have coverage.
:::info Hardware Compatibility
The Range Test module is currently only compatible with ESP32 devices. nRF52 devices are not yet supported.
:::
## Configuration ## Configuration
<PluginModule name="range_test_module_" rename="range_test_plugin_" /> <PluginModule name="range_test_module_" rename="range_test_plugin_" />