mirror of
https://github.com/esphome/esphome.git
synced 2026-09-03 11:36:03 +00:00
d911ae94fee0fa26465a16937703e7126de50680
Increase buffer from 24 to 26 bytes to accommodate the ISO 8601 format with timezone: "YYYY-MM-DD HH:MM:SS +ZZZZ" (25 chars + null terminator). The old format "Dec 15 2025, 18:14:59" was 20 chars, but the new format needs 25 chars. The 24-byte buffer was truncating the timezone to "+00" instead of "+0000".
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%
Python
43.4%
C
0.3%
JavaScript
0.2%
