Przeglądaj źródła

Merge branch 'bugfix/ble_mesh_utf_8_comma_4_0' into 'release/v4.0'

ble_mesh: Kconfig included a UTF-8 comma (v4.0)

See merge request espressif/esp-idf!7576
Jiang Jiang Jian 6 lat temu
rodzic
commit
b6bec84c6e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      components/bt/esp_ble_mesh/Kconfig.in

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