mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 17:05:36 +00:00
e7ce2703e8
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>