mirror of
https://github.com/esphome/esphome.git
synced 2026-02-14 05:27:33 -07:00
cacd2b5fa37119685048725277daecfd7e7aa59f
bLength includes the 2-byte descriptor header, so the character count is (bLength - 2) / 2, not bLength / 2. The old loop read one wData entry past the actual string data. Also guard bLength < 2.
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
266 MiB
Languages
C++
64.2%
Python
35.5%
C
0.2%
