mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-21 03:25:51 -08:00
added example to router
This commit is contained in:
parent
820d9ea7f3
commit
db7230c9e7
|
@ -40,6 +40,7 @@ Toggling `is_router` changes your device settings in the following ways.
|
|||
|
||||
## Examples
|
||||
|
||||
### Set Router
|
||||
<Tabs
|
||||
groupId="settings"
|
||||
defaultValue="cli"
|
||||
|
@ -49,7 +50,9 @@ Toggling `is_router` changes your device settings in the following ways.
|
|||
]}>
|
||||
<TabItem value="cli">
|
||||
|
||||
TODO
|
||||
```bash title="Set Router"
|
||||
meshtastic --set is_router true
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="android">
|
||||
|
|
Loading…
Reference in a new issue