mirror of
https://github.com/esphome/esphome.git
synced 2025-10-01 09:32:21 +01:00
less templates
This commit is contained in:
@@ -184,6 +184,9 @@ 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