Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/nrfconnect/chip-module/Kconfig.features
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ config CHIP_NUS_MAX_COMMAND_LEN
int "Maximum length of single command in Bytes"
default 10
help
Maximum length of single command. This command will be send via Bluetooth LE to
Maximum length of single command. This command will be send through Bluetooth LE to
a paired smart home device.

config CHIP_NUS_FIXED_PASSKEY
Expand Down Expand Up @@ -240,7 +240,7 @@ choice CHIP_LAST_FABRIC_REMOVED_ACTION
help
After removing the last fabric the device will perform the factory reset and
then reboot. The current RAM state will be removed and the new commissioning to
the new fabric will use the initial fabric index. This option is the most safe.
the new fabric will use the initial fabric index. This option is the safest.

config CHIP_LAST_FABRIC_REMOVED_ERASE_AND_PAIRING_START
bool "After removing the last fabric erase NVS and start Bluetooth LE advertising"
Expand Down
2 changes: 1 addition & 1 deletion config/zephyr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ config CHIP_OTA_REQUESTOR
bool "OTA Software Update Requestor"
help
Enables over-the-air (OTA) Requestor role that allows the node to perform
Device Firmware Upgrade by quering and downloading a new firmware image
Device Firmware Upgrade by querying and downloading a new firmware image
from a peer OTA Provider node.

config CHIP_ROTATING_DEVICE_ID
Expand Down
Loading