mirror of
https://github.com/esphome/esphome.git
synced 2026-02-28 09:54:19 -07:00
no widen
This commit is contained in:
@@ -161,7 +161,11 @@ class ProtoVarInt {
|
||||
#endif
|
||||
|
||||
protected:
|
||||
#ifdef USE_API_VARINT64
|
||||
uint64_t value_;
|
||||
#else
|
||||
uint32_t value_;
|
||||
#endif
|
||||
};
|
||||
|
||||
// Forward declarations for decode_to_message, encode_message and encode_packed_sint32
|
||||
|
||||
Reference in New Issue
Block a user