From ac28557d47ea1f15b0b273c209cf1245b56e1921 Mon Sep 17 00:00:00 2001 From: Mike Kinney Date: Wed, 29 Dec 2021 11:11:03 -0800 Subject: [PATCH] fix links --- docs/software/python/development.md | 2 +- docs/software/settings/power.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/software/python/development.md b/docs/software/python/development.md index 658e8b6b..91af1278 100644 --- a/docs/software/python/development.md +++ b/docs/software/python/development.md @@ -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 ``` -- 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: diff --git a/docs/software/settings/power.md b/docs/software/settings/power.md index 8fa1c672..57cdf4eb 100644 --- a/docs/software/settings/power.md +++ b/docs/software/settings/power.md @@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem'; ## 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: