mirror of
https://github.com/esphome/esphome.git
synced 2026-09-13 08:17:34 +00:00
3b22c4cd6260a1b5eb340fd73a5b9ebf34a1b3d2
On dual-core ESP32 chips, the crash handler now captures the backtrace from both cores during a panic. This is especially useful for interrupt WDT crashes where the panic runs on CPU0 (idle task) but the actual problem is on CPU1 (where ESPHome's main loop runs).
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
613 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
