Skip to content

Commit c4cb427

Browse files
adigiejukkar
authored andcommitted
samples: matter: light_switch: Disable WPA3 for some configurations
Disable WPA3 for persistent subscriptions configuration due to FLASH usage. Signed-off-by: Adrian Gielniewski <[email protected]>
1 parent cf6e136 commit c4cb427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/matter/light_switch/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ tests:
5353
sample.matter.light_switch.persistent_subscriptions:
5454
sysbuild: true
5555
build_only: true
56-
extra_args: CONFIG_CHIP_PERSISTENT_SUBSCRIPTIONS=y
56+
extra_args: CONFIG_CHIP_PERSISTENT_SUBSCRIPTIONS=y CONFIG_WIFI_NM_WPA_SUPPLICANT_WPA3=n
5757
platform_allow: nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp nrf7002dk/nrf5340/cpuapp
5858
nrf54l15dk/nrf54l15/cpuapp
5959
integration_platforms:

0 commit comments

Comments
 (0)