mirror of
https://github.com/esphome/esphome.git
synced 2026-08-24 07:06:20 +00:00
e9d940aca44a17f9727f8bb433e0debdec099f65
The component declared setup_priority::BUS, the same tier as the UART bus itself. At a tie the setup order falls back to registration order, so on ESP-IDF the component could run setup before uart_driver_install and the failed write marked the UART bus failed for the whole boot. Delete the override so the component uses the default DATA priority like ld2410 and ld2450.
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
575 MiB
Languages
C++
58.3%
Python
41.1%
C
0.3%
JavaScript
0.2%
