mirror of
https://github.com/esphome/esphome.git
synced 2025-07-31 07:36:35 +00:00
Update esphome/components/api/api_frame_helper.h
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
acc8b57709
commit
83c0589c06
@ -168,6 +168,7 @@ class APIFrameHelper {
|
||||
std::vector<uint8_t> rx_buf_;
|
||||
|
||||
// Pointer to client info (4 bytes on 32-bit)
|
||||
// Note: The pointed-to ClientInfo object must outlive this APIFrameHelper instance.
|
||||
const ClientInfo *client_info_{nullptr};
|
||||
|
||||
// Group smaller types together
|
||||
|
Loading…
x
Reference in New Issue
Block a user