mirror of
https://github.com/esphome/esphome.git
synced 2026-09-14 16:48:40 +00:00
82ba873ea728f6a6282f8f9e16c48ce7cfaa3f51
The generated src/main.cpp.o was being skipped by _scan_source_symbols (which only walked src/esphome/) and _source_file_to_component had no rule for it. As a result setup()/loop() fell through to the "app_framework" heuristic in const.py instead of being counted as [esphome]core, both via the nm scan path and the linker map path. Scan all of src/ and recognize .../src/main.cpp.o as core.
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
603 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
