From 84f4613ee0bfa87740a509dbac64d73d887e5e73 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 5 Jun 2025 23:33:51 +0100 Subject: [PATCH] tweak --- esphome/components/api/api_connection.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/esphome/components/api/api_connection.h b/esphome/components/api/api_connection.h index 0c396a3436..81ff74f72d 100644 --- a/esphome/components/api/api_connection.h +++ b/esphome/components/api/api_connection.h @@ -467,9 +467,8 @@ class APIConnection : public APIServerConnection { static constexpr uint32_t BATCH_DELAY_MS = 100; static constexpr size_t MAX_BATCH_SIZE_BYTES = 1360; // MTU - 100 bytes safety margin - // Batch mode state for capturing message types + // Batch mode state bool batch_mode_{false}; - uint16_t captured_message_type_{0}; void schedule_batch_(); void process_batch_();