From 83e624148d68262cc845533c57962d26c9015ea2 Mon Sep 17 00:00:00 2001 From: Rasmus Koit Date: Sun, 18 Aug 2024 15:49:24 +0300 Subject: [PATCH] Update docs/docs/features/dongle.mdx Co-authored-by: 5Y1VN <86794811+5y1vn@users.noreply.github.com> --- docs/docs/features/dongle.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/docs/features/dongle.mdx b/docs/docs/features/dongle.mdx index a32540a9..79acb87c 100644 --- a/docs/docs/features/dongle.mdx +++ b/docs/docs/features/dongle.mdx @@ -107,8 +107,9 @@ if SHIELD_MY_KEYBOARD_DONGLE default 2 # Increase the transmit power of the dongle - config BT_CLTR_TX_PWR_PLUS_8 - default y + choice BT_CTLR_TX_PWR + default BT_CTLR_TX_PWR_PLUS_8 + endchoice endif ```