mirror of
https://github.com/esphome/esphome.git
synced 2026-09-02 02:56:01 +00:00
c1ef3cab37740d91ab69342faaf7caf3a8457782
target_platform for LibreTiny devices is one of bk72xx, rtl87xx, ln882x (not "libretiny" itself), so writer.py's platform-dispatched copy_files() call was not reaching libretiny.copy_files(). That left the pre-link patch_linker.py script absent from the build dir, so PlatformIO failed with "missing SConscript file 'patch_linker.py'". Add a delegating copy_files() to each generated sub-component and to generate_components.py so regeneration keeps them in sync.
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
585 MiB
Languages
C++
56.1%
Python
43.3%
C
0.3%
JavaScript
0.2%
