mirror of
https://github.com/esphome/esphome.git
synced 2026-08-29 17:16:45 +00:00
7f9636b7f2c167cbeee83d0447a1413f923935d9
A component at the same setup priority could write to the bus before uart_driver_install() ran; the failed write marked the UART component failed, its setup was then skipped, and the bus never came up. Guard the driver calls on is_ready() so early use is dropped instead.
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
582 MiB
Languages
C++
56.2%
Python
43.2%
C
0.3%
JavaScript
0.2%
