Merge branch 'ci/pre_commit_wifi_power_save' into 'master'

ci(fix): pre-commit check wifi power save rules

See merge request espressif/esp-idf!25439
This commit is contained in:
Jiang Jiang Jian 2023-08-21 20:07:18 +08:00
commit a416c12e9d
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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.
Note that current consumption and average current are higher when disabled.