Do not mark the ack sender inline, the header wrappers use it from every unit

This commit is contained in:
J. Nick Koston
2026-09-08 13:00:30 +02:00
parent 76e1df2c03
commit 8027a37d61
+1 -1
View File
@@ -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);