mirror of
https://github.com/esphome/esphome.git
synced 2026-08-31 10:06:03 +00:00
Refactor the constant-size varint pattern into a reusable helper method on the TypeInfo base class, used by both UInt32Type (max_value) and FixedArrayBytesType (fixed_array_size < 128).