mirror of
https://github.com/esphome/esphome.git
synced 2025-09-27 07:32:22 +01:00
Fix missing protobuf message dump for batched messages with very verbose logging (#9206)
This commit is contained in:
@@ -335,6 +335,7 @@ class ProtoMessage {
|
||||
#ifdef HAS_PROTO_MESSAGE_DUMP
|
||||
std::string dump() const;
|
||||
virtual void dump_to(std::string &out) const = 0;
|
||||
virtual const char *message_name() const { return "unknown"; }
|
||||
#endif
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user