mirror of
https://github.com/esphome/esphome.git
synced 2026-02-28 18:04:19 -07:00
6dd555487b529f61d0adc90d817ff8b7c3d372e8
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
518 MiB
Languages
C++
64.1%
Python
35.5%
C
0.3%
