mirror of
https://github.com/esphome/esphome.git
synced 2025-08-05 18:07:47 +00:00
Merge remote-tracking branch 'origin/integration' into integration
This commit is contained in:
commit
bbf9dcc15a
@ -192,9 +192,6 @@ class Proto64Bit {
|
|||||||
const uint64_t value_;
|
const uint64_t value_;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Forward declaration needed for method declaration
|
|
||||||
class ProtoMessage;
|
|
||||||
|
|
||||||
class ProtoWriteBuffer {
|
class ProtoWriteBuffer {
|
||||||
public:
|
public:
|
||||||
ProtoWriteBuffer(std::vector<uint8_t> *buffer) : buffer_(buffer) {}
|
ProtoWriteBuffer(std::vector<uint8_t> *buffer) : buffer_(buffer) {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user