esp_pm_unregister_skip_light_sleep_callback() function
Unregisterperipherals skip light sleep callback This function allows you to unregister a callback which was previously registered using esp_register_skip_light_sleep_callback.
Arguments
cb
function to get the result
Return value
- ESP_OK on success - ESP_ERR_INVALID_STATE if the given callback hasn't been registered before