mirror of
https://github.com/esphome/esphome.git
synced 2026-09-11 23:37:34 +00:00
b0c618ed2755e39a190f6ab87b5e1669919f4ee7
The previous gate lived only in core/defines.h, which is loaded for static analysis / IDE support but not for actual builds. As a result the wrap symbols (__wrap_bk_trap_udef/pabt/dabt) were preprocessed out of crash_handler.cpp at compile time, leaving the linker without a target for the SDK's wrapped trap calls. Set the define from libretiny/__init__.py (where the platform-specific codegen lives — bk72xx/__init__.py is auto-generated and not the right home).
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
591 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
