From 8027a37d61ced17957cdfda440789773e401a0c8 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 8 Sep 2026 13:00:30 +0200 Subject: [PATCH] Do not mark the ack sender inline, the header wrappers use it from every unit --- esphome/components/esphome/ota/ota_esphome.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/esphome/ota/ota_esphome.h b/esphome/components/esphome/ota/ota_esphome.h index 68d9df3253..f23f920245 100644 --- a/esphome/components/esphome/ota/ota_esphome.h +++ b/esphome/components/esphome/ota/ota_esphome.h @@ -143,7 +143,7 @@ class ESPHomeOTAComponent final : public ota::OTAComponent { #else static constexpr bool ACK_AFTER_WRITE = false; #endif - inline void send_chunk_acks_(DataTransfer &xfer); + void send_chunk_acks_(DataTransfer &xfer); inline void ack_received_(DataTransfer &xfer) { if (!ACK_AFTER_WRITE) this->send_chunk_acks_(xfer);