mirror of
https://github.com/esphome/esphome.git
synced 2025-10-04 11:02:19 +01:00
Fix generated code after merge
This commit is contained in:
@@ -887,7 +887,7 @@ bool DeviceInfoResponse::decode_length(uint32_t field_id, ProtoLengthDelimited v
|
||||
this->bluetooth_mac_address = value.as_string();
|
||||
return true;
|
||||
}
|
||||
case 19: {
|
||||
case 20: {
|
||||
this->sub_devices.push_back(value.as_message<SubDeviceInfo>());
|
||||
return true;
|
||||
}
|
||||
@@ -1009,7 +1009,6 @@ void DeviceInfoResponse::dump_to(std::string &out) const {
|
||||
it.dump_to(out);
|
||||
out.append("\n");
|
||||
}
|
||||
|
||||
out.append("}");
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user