SensESP 3.4.1-alpha
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
reset_info.h
Go to the documentation of this file.
1#ifndef SENSESP_SRC_SENSESP_SYSTEM_RESET_INFO_H_
2#define SENSESP_SRC_SENSESP_SYSTEM_RESET_INFO_H_
3
4#include <cstdint>
5
6namespace sensesp {
7
25void begin_reset_info();
26
29const char* reset_reason_str();
30
34
39
40} // namespace sensesp
41
42#endif // SENSESP_SRC_SENSESP_SYSTEM_RESET_INFO_H_
void begin_reset_info()
Reset-cause and pre-reset heap diagnostics for the status page.
const char * reset_reason_str()
uint32_t min_free_heap_before_reset()
void update_min_free_heap_watermark()