mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 06:04:22 -08:00
added some parameters to store-and-forward
This commit is contained in:
parent
5acb51467d
commit
cf1010b475
|
@ -22,9 +22,9 @@ Because of the increased network traffic for this overhead, it's not advised to
|
|||
| Setting | Acceptable Values | Default |
|
||||
| :-----: | :---------------: | :-----: |
|
||||
| store_forward_plugin_enabled | `true`, `false` | `false` |
|
||||
| store_forward_plugin_heartbeat | | |
|
||||
| store_forward_plugin_history_return_max | | |
|
||||
| store_forward_plugin_history_return_window | | |
|
||||
| store_forward_plugin_heartbeat | `true`, `false` | TODO - look up default setting |
|
||||
| store_forward_plugin_history_return_max | `integer` | `0` |
|
||||
| store_forward_plugin_history_return_window | `integer` | `0` |
|
||||
| store_forward_plugin_records | integer | `0` |
|
||||
|
||||
### store_forward_plugin_enabled
|
||||
|
|
Loading…
Reference in a new issue