|
ESPHome 2026.3.3
|
Data Structures | |
| class | ESP32InternalGPIOPin |
Functions | |
| void | crash_handler_read_and_clear () |
| Read crash data from NOINIT memory and clear the magic marker. | |
| bool | crash_handler_has_data () |
| Returns true if crash data was found this boot. | |
| void | crash_handler_log () |
| Log crash data if a crash was detected on previous boot. | |
| void | setup_preferences () |
| bool esphome::esp32::crash_handler_has_data | ( | ) |
Returns true if crash data was found this boot.
Definition at line 108 of file crash_handler.cpp.
| void esphome::esp32::crash_handler_log | ( | ) |
Log crash data if a crash was detected on previous boot.
Definition at line 220 of file crash_handler.cpp.
| void esphome::esp32::crash_handler_read_and_clear | ( | ) |
Read crash data from NOINIT memory and clear the magic marker.
Definition at line 91 of file crash_handler.cpp.
| void esphome::esp32::setup_preferences | ( | ) |
Definition at line 197 of file preferences.cpp.