mirror of
https://github.com/esphome/esphome.git
synced 2026-08-22 22:26:21 +00:00
jesserockz-2026-607
SPI ethernet chips always initialized their own SPI host, so they could not coexist with other peripherals on the same physical pins. Boards like the M5Stack CoreS3 put the LCD, SD slot, and expansion bus on one multi-drop SPI bus, so attaching an ethernet base there was impossible. With spi_id set, the ethernet component skips spi_bus_initialize() and adds its device to the referenced hardware spi bus instead; the pins and host come from that bus. Without spi_id, behavior is unchanged.
[ci] Stop jobs hanging on apt by restoring the cached apt action and bounding raw apt calls (#18518)
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
572 MiB
Languages
C++
58.7%
Python
40.7%
C
0.3%
JavaScript
0.2%
