mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Spelling/Notes/Clean up source file
This commit is contained in:
parent
84d0bb6100
commit
fc8071be37
|
@ -9,13 +9,15 @@ import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
Power settings on a Meshtastic device can be set like other user-define settings with the `--set` command see ([see Meshtastic-python](../python/python-usage)). Some of these options are implicit in other commands. For example, when you set the device to router mode using `is_router true`, it is implied that deep sleep is disabled and we want to constantly listen for messages. Bellow is a list of all user-definable settings and the acceptable values that these settings can use.
|
Power settings on a Meshtastic device can be set like other user-define settings with the `--set` command see ([see Meshtastic-python](../python/python-usage)). Some of these options are implicit in other commands. For example, when you set the device to router mode using `is_router true`, it is implied that deep sleep is disabled and we want to constantly listen for messages. Below is a list of all user-definable settings and the acceptable values that these settings can use.
|
||||||
|
|
||||||
For example, if we wanted to disable sleep mode, like when we put the device into router mode, we could use the command:
|
For example, if we wanted to disable sleep mode, like when we put the device into router mode, we could use the command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
meshtastic --set mesh_sds_timeout_secs MAXUNIT
|
meshtastic --set mesh_sds_timeout_secs MAXUNIT
|
||||||
```
|
```
|
||||||
|
:::note
|
||||||
|
See MAXUNIT from `mesh_sds_timeout_secs` below:
|
||||||
|
|
||||||
For a description and more information on what exactly all of these mean, please refer to [Power Management State Machine](../other/power)
|
For a description and more information on what exactly all of these mean, please refer to [Power Management State Machine](../other/power)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue