mirror of
https://github.com/esphome/esphome.git
synced 2026-09-01 02:26:01 +00:00
When an enum field has max_value < 128 and a single-byte tag, emit inline write_raw_byte calls instead of calling encode_uint32, which avoids encode_field_raw and encode_varint_raw function call overhead.