mirror of
https://github.com/esphome/esphome.git
synced 2026-08-31 10:06:03 +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
584 MiB
Languages
C++
56.2%
Python
43.2%
C
0.3%
JavaScript
0.2%
