esp_deep_sleep_try() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- No return - If the sleep is not rejected. - ESP_ERR_SLEEP_REJECT sleep request is rejected(wakeup source set before the sleep request)

Notes

In general, the function does not return, but if the sleep is rejected, then it returns from it.

References

from examples