From e95b59c08944d226395914c6cea067a72007e57d Mon Sep 17 00:00:00 2001 From: lly Date: Wed, 12 Feb 2020 18:21:09 +0800 Subject: [PATCH] ble_mesh: Kconfig included a UTF-8 comma --- components/bt/esp_ble_mesh/Kconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/esp_ble_mesh/Kconfig.in b/components/bt/esp_ble_mesh/Kconfig.in index 44d7fec6b..4d26d3597 100644 --- a/components/bt/esp_ble_mesh/Kconfig.in +++ b/components/bt/esp_ble_mesh/Kconfig.in @@ -75,7 +75,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, 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