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