diff --git a/examples/wifi/.build-test-rules.yml b/examples/wifi/.build-test-rules.yml index f0146ea2e2..f027dadcfa 100644 --- a/examples/wifi/.build-test-rules.yml +++ b/examples/wifi/.build-test-rules.yml @@ -31,8 +31,8 @@ examples/wifi/itwt: disable: - if: SOC_WIFI_HE_SUPPORT != 1 -examples/wifi/powersave: - disable_test: +examples/wifi/power_save: + disable: - if: SOC_WIFI_SUPPORTED != 1 examples/wifi/wifi_aware: diff --git a/examples/wifi/power_save/README.md b/examples/wifi/power_save/README.md index 0e05834122..95e01f1acd 100644 --- a/examples/wifi/power_save/README.md +++ b/examples/wifi/power_save/README.md @@ -23,4 +23,4 @@ Power save mode only works in station mode. If the modem sleep mode is enabled, ![current consumption with CONFIG_PM_ENABLE disabled](image/power_save_graph_PM_disabled.png) -Note that current consumption and average current are higher when disabled. \ No newline at end of file +Note that current consumption and average current are higher when disabled.