mirror of
https://github.com/esphome/esphome.git
synced 2026-07-11 01:15:33 +00:00
225c770b1bf8a5aceaa823f22bc5ab95623a6e60
- Combine tag byte + fixed32 value into single write_tag_and_fixed32() method: pos[0] = tag, memcpy(pos+1, &value, 4), pos += 5 - Extract calculate_tag() from duplicated computation in calculate_field_id_size() and encode_content
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
549 MiB
Languages
C++
60.1%
Python
39.3%
C
0.3%
JavaScript
0.2%
