mirror of
https://github.com/esphome/esphome.git
synced 2026-07-11 01:15:33 +00:00
972d0978bd
On BLE builds where proto_varint_value_t is uint64_t, decode_zigzag32() takes uint32_t — make the narrowing explicit to match the static_cast pattern used for other type conversions in generated code. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>