heap_caps_monitor_local_minimum_free_size_stop() function
Stop monitoring the value of minimum_free_bytes. After this call the minimum_free_bytes value calculated from startup will be returned in heap_caps_get_info and heap_caps_get_minimum_free_size.
Syntax
esp_err_t heap_caps_monitor_local_minimum_free_size_stop(void); Return value
esp_err_t ESP_OK if the function executed properly ESP_FAIL if called when monitoring not active