1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-12 08:12:22 +01:00

Merge remote-tracking branch 'origin/integration' into integration

This commit is contained in:
J. Nick Koston
2025-07-11 18:33:57 -10:00

View File

@@ -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) {}