mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
commit
f00e36de94
|
@ -89,7 +89,7 @@ pytest -m smoke2 meshtastic/tests/test_smoke2.py::test_smoke2_info
|
||||||
pytest -m smokewifi meshtastic/tests/test_smoke_wifi.py::test_smokewifi_info
|
pytest -m smokewifi meshtastic/tests/test_smoke_wifi.py::test_smokewifi_info
|
||||||
```
|
```
|
||||||
|
|
||||||
- To add another classification of tests such as "unit" or "smoke1", see [pytest.ini](pytest.ini).
|
- To add another classification of tests such as "unit" or "smoke1", see [pytest.ini](https://github.com/meshtastic/Meshtastic-python/blob/master/pytest.ini).
|
||||||
|
|
||||||
- To see the unit test code coverage:
|
- To see the unit test code coverage:
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ 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. Below 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-cli)). 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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue