diff options
author | Caleb Lightfoot <caleblightfoot05@gmail.com> | 2020-10-21 19:57:46 -0500 |
---|---|---|
committer | Caleb Lightfoot <caleblightfoot05@gmail.com> | 2020-10-21 19:57:46 -0500 |
commit | 1a6d373d168c8767480e7b9cef55f5d52eb7736b (patch) | |
tree | 3e5053de5aebe0ab7e055dada8817f5759cda6cd /docs | |
parent | d07a46a334854ab28ff5a11c7cb64b194486dc97 (diff) |
Added Sentence For Link to Zephyr Docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/troubleshooting.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/troubleshooting.md b/docs/docs/troubleshooting.md index 7468fa0..5d5eae0 100644 --- a/docs/docs/troubleshooting.md +++ b/docs/docs/troubleshooting.md @@ -89,4 +89,4 @@ Some users may experience a poor connection between the keyboard and the host. T CONFIG_BT_CTLR_TX_PWR_PLUS_8=y ``` -For the `nRF52840`, the value `PLUS_8` can be set to any multiple of four between `MINUS_20` and `PLUS_8`. The default value for this config is `0`, but if you are having connection issues it is recommended to set it to `PLUS_8` because the power consumption difference is negligible. +For the `nRF52840`, the value `PLUS_8` can be set to any multiple of four between `MINUS_20` and `PLUS_8`. The default value for this config is `0`, but if you are having connection issues it is recommended to set it to `PLUS_8` because the power consumption difference is negligible. For more information on changing the transmit power of your BLE device, please refer to [the Zephyr docs.](https://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_BT_CTLR_TX_PWR_PLUS_8.html) |