ソースを参照

Merge branch 'bugfix/ble_mesh_kconfig_ascii_v3.3' into 'release/v3.3'

bugfix: bt Kconfig included a UTF-8 comma

See merge request espressif/esp-idf!7523
Angus Gratton 6 年 前
コミット
a590348af2
1 ファイル変更1 行追加1 行削除
  1. 1 1
      components/bt/Kconfig

+ 1 - 1
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