Essentially the same code presented in the light_sleep example: https://github.com/espressif/esp-idf/bl ... ple_main.c
Code: Select all
/* Enter sleep mode */
esp_light_sleep_start();
Is there something special that needs to happen to maintain WiFi connectivity during light_sleep?
Thanks!