mirror of
https://github.com/esphome/esphome.git
synced 2026-09-02 19:16:06 +00:00
ca623ace1a7d8c829edadd6aa9f8234e1bfd6393
resetInfo is a global that persists until next reset — no need to cache the crash validity in a separate bool. Check resetInfo.reason directly in crash_handler_has_data() and crash_handler_log(). This eliminates the only RAM byte from the crash handler and removes the now-empty crash_handler_read_and_clear() function and its call from arch_init().
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
614 MiB
Languages
C++
56.1%
Python
43.3%
C
0.3%
JavaScript
0.2%
