mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8fc78a958a
bt: call nvs_flash_init in examples, show error if NVS is not initialized See merge request !1003
Wifi Power Save Example
This example shows how to use power save mode of wifi.
Power save mode only works in sta mode.
-
No power save: This is default mode. And the esp32 will work with full power.
-
modem sleep: If you set power save mode as modem sleep, 10s later after connecting to AP, esp32 will wake up and sleep(turn off RF and PHY) periodically.
-
others: not supported yet.