Skip to content

Commit

Permalink
manifest: pull Matter patch with additional WiFi log
Browse files Browse the repository at this point in the history
Print the log with the error code and failure reason.
This might help when debugging WiFi connection failures.

Signed-off-by: Marcin Kajor <marcin.kajor@nordicsemi.no>
  • Loading branch information
markaj-nordic committed Aug 5, 2024
1 parent c177ed8 commit daa9e93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions samples/matter/lock/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,8 @@ CONFIG_CHIP_APP_LOG_LEVEL=3
# Enable Factory Data feature
CONFIG_CHIP_FACTORY_DATA=y
CONFIG_CHIP_FACTORY_DATA_BUILD=y

CONFIG_LTO=y
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y
CONFIG_WPA_SUPP_NO_DEBUG=n
CONFIG_WPA_SUPP_LOG_LEVEL_DBG=y
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ manifest:
- name: matter
repo-path: sdk-connectedhomeip
path: modules/lib/matter
revision: b6d6e9a8885ce8390e1847e7a986ecbbdcbc277d
revision: pull/head/468
west-commands: scripts/west/west-commands.yml
submodules:
- name: nlio
Expand Down

0 comments on commit daa9e93

Please sign in to comment.