mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-24 21:24:44 -08:00
created separate "router" page
This commit is contained in:
parent
bc5c82ff27
commit
3788babde1
36
website/docs/settings/router.md
Normal file
36
website/docs/settings/router.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
---
|
||||||
|
id: router
|
||||||
|
title: Router Settings
|
||||||
|
sidebar_label: Router
|
||||||
|
---
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Settings
|
||||||
|
|
||||||
|
| Setting | Acceptable Values | Default |
|
||||||
|
| :-----: | :---------------: | :-----: |
|
||||||
|
| is_router | `true`, `false` | `false` |
|
||||||
|
|
||||||
|
### is_router
|
||||||
|
|
||||||
|
Are we operating as a router. Changes behavior in the following ways: The device will only sleep for critically low battery level (i.e. always tries to stay alive for the mesh) In the future routing decisions will preferentially route packets through nodes with this attribute (because assumed good line of sight)
|
||||||
|
|
||||||
|
## Details
|
||||||
|
|
||||||
|
Toggling `is_router` changes your device settings in the following ways.
|
||||||
|
|
||||||
|
| Setting | `is_router` Default | Normal Default |
|
||||||
|
| :-----: | :-----------------: | :------------: |
|
||||||
|
| `send_owner_interval` | 2 | 4 |
|
||||||
|
| `position_broadcast_secs` | 12 hours | 15 minutes |
|
||||||
|
| `wait_bluetooth_secs` | 1 | 60 |
|
||||||
|
| `mesh_sds_timeout_secs` | NODE_DELAY_FOREVER | 2 hours |
|
||||||
|
| `phone_sds_timeout_sec` | NODE_DELAY_FOREVER | 2 hours |
|
||||||
|
| `ls_secs` | 1 day | 5 minutes |
|
||||||
|
|
||||||
|
### Altered Behaviors
|
||||||
|
#### Screen Wake
|
||||||
|
#### Bluetooth
|
|
@ -21,6 +21,7 @@ module.exports = {
|
||||||
"settings/gps",
|
"settings/gps",
|
||||||
"settings/mqtt",
|
"settings/mqtt",
|
||||||
"settings/power",
|
"settings/power",
|
||||||
|
"settings/router",
|
||||||
"settings/wifi",
|
"settings/wifi",
|
||||||
{
|
{
|
||||||
"Plugins": [
|
"Plugins": [
|
||||||
|
|
Loading…
Reference in a new issue