Skip to content

Commit

Permalink
applications: matter_bridge: Disable WPA3 for memory profiling config
Browse files Browse the repository at this point in the history
Disable WPA3 to reduce FLASH usage.

Signed-off-by: Adrian Gielniewski <[email protected]>
  • Loading branch information
adigie authored and jukkar committed Dec 16, 2024
1 parent a8c3a6f commit cf6e136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/matter_bridge/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ tests:
extra_args: CONFIG_BRIDGE_GENERIC_SWITCH_BRIDGED_DEVICE=n
CONFIG_BRIDGE_ONOFF_LIGHT_SWITCH_BRIDGED_DEVICE=y
CONFIG_CHIP_MEMORY_PROFILING=y CONFIG_BRIDGED_DEVICE_BT=y
CONFIG_BRIDGE_MIGRATE_VERSION_1=n
CONFIG_BRIDGE_MIGRATE_VERSION_1=n CONFIG_WIFI_NM_WPA_SUPPLICANT_WPA3=n
integration_platforms:
- nrf7002dk/nrf5340/cpuapp
- nrf5340dk/nrf5340/cpuapp
Expand Down

0 comments on commit cf6e136

Please sign in to comment.