Skip to content

Commit

Permalink
samples: matter: light_switch: Disable WPA3 for some configurations
Browse files Browse the repository at this point in the history
Disable WPA3 for persistent subscriptions configuration due to FLASH
usage.

Signed-off-by: Adrian Gielniewski <[email protected]>
  • Loading branch information
adigie authored and jukkar committed Dec 16, 2024
1 parent cf6e136 commit c4cb427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/matter/light_switch/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tests:
sample.matter.light_switch.persistent_subscriptions:
sysbuild: true
build_only: true
extra_args: CONFIG_CHIP_PERSISTENT_SUBSCRIPTIONS=y
extra_args: CONFIG_CHIP_PERSISTENT_SUBSCRIPTIONS=y CONFIG_WIFI_NM_WPA_SUPPLICANT_WPA3=n
platform_allow: nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp nrf7002dk/nrf5340/cpuapp
nrf54l15dk/nrf54l15/cpuapp
integration_platforms:
Expand Down

0 comments on commit c4cb427

Please sign in to comment.