From fd348b7bd820e044835642c1c2c773234fc52439 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Fri, 7 Feb 2020 09:10:56 +1100 Subject: [PATCH] bugfix: bt Kconfig included a UTF-8 comma Displays incorrectly on Python 3, but can crash Python 3 if the system default encoding is not utf-8 --- components/bt/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/Kconfig b/components/bt/Kconfig index ec8c20317b..e9f5cebc4e 100644 --- a/components/bt/Kconfig +++ b/components/bt/Kconfig @@ -1708,7 +1708,7 @@ if BLE_MESH help This option specifies how many devices can be provisioned by a Provisioner. This value indicates the maximum number of unprovisioned devices which can be - provisioned by a Provisioner. For instance,if the value is 6, it means the + provisioned by a Provisioner. For instance, if the value is 6 then it means the Provisioner can provision up to 6 unprovisioned devices. Theoretically a Provisioner without the limitation of its memory can provision up to 32766 unprovisioned devices, here we limit the maximum number to 100