mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-11 05:47:34 -08:00
Removed descriptions from table
This commit is contained in:
parent
07dcf6e221
commit
879ccf19c5
|
@ -14,11 +14,23 @@ Once settings are changed, a **reset** is required for them to take effect.
|
||||||
|
|
||||||
## Settings
|
## Settings
|
||||||
|
|
||||||
| Setting | Acceptable Values | Default | Description |
|
| Setting | Acceptable Values | Default |
|
||||||
| :-----: | :---------------: | :-----: | :---------: |
|
| :-----: | :---------------: | :-----: |
|
||||||
| range_test_plugin_enabled | `true`, `false` | `false` | Enables the plugin. |
|
| range_test_plugin_enabled | `true`, `false` | `false` |
|
||||||
| range_test_plugin_save | `true`, `false` | `false` | If enabled, we will save a log of all received messages to `/static/rangetest.csv` which you can access from the webserver. We will abort writing if there is less than 50k of space on the filesystem to prevent filling up the storage. |
|
| range_test_plugin_save | `true`, `false` | `false` |
|
||||||
| range_test_plugin_sender | `integer` (Seconds) | `0` | Number of seconds to wait between sending packets. Using the long_slow channel configuration, it's best not to go more frequent than once every 60 seconds. You can be more agressive with faster settings. `0` is default which disables sending messages. |
|
| range_test_plugin_sender | `integer` (Seconds) | `0` |
|
||||||
|
|
||||||
|
### range_test_plugin_enabled
|
||||||
|
|
||||||
|
Enables the plugin.
|
||||||
|
|
||||||
|
### range_test_plugin_save
|
||||||
|
|
||||||
|
If enabled, we will save a log of all received messages to `/static/rangetest.csv` which you can access from the webserver. We will abort writing if there is less than 50k of space on the filesystem to prevent filling up the storage.
|
||||||
|
|
||||||
|
### range_test_plugin_sender
|
||||||
|
|
||||||
|
Number of seconds to wait between sending packets. Using the long_slow channel configuration, it's best not to go more frequent than once every 60 seconds. You can be more agressive with faster settings. `0` is default which disables sending messages.
|
||||||
|
|
||||||
## Details
|
## Details
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue