mirror of
https://github.com/esphome/esphome.git
synced 2026-09-11 15:27:33 +00:00
6d1cd3f62eae3cf1a4ed55c474e0c925ec90a5de
A plain strong definition of esp_log_format collides with liblog's copy on IDF 6.1: log.c.obj references the symbol and the linker resolves it from log_format_text.c.obj inside the same archive before reaching ESPHome's archive, producing a duplicate definition error. Use -Wl,--wrap=esp_log_format and define __wrap_esp_log_format instead, which also lets the unused liblog formatter be dead stripped.
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
593 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
