From d0632b84572033c038c85312cc8a3adce40fca73 Mon Sep 17 00:00:00 2001 From: Hendrik Groove Date: Tue, 9 Sep 2025 02:14:17 +0200 Subject: [PATCH] truma_inetbox: fix ESP32 streaming preprocessor guards --- components/truma_inetbox/LinBusListener.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/components/truma_inetbox/LinBusListener.cpp b/components/truma_inetbox/LinBusListener.cpp index 53f9e1f..8bf698d 100644 --- a/components/truma_inetbox/LinBusListener.cpp +++ b/components/truma_inetbox/LinBusListener.cpp @@ -520,7 +520,6 @@ void LinBusListener::maybe_send_stream_(const QUEUE_LOG_MSG &log_msg) { line.push_back('\n'); this->stream_enqueue_line_(line); } -#endif void LinBusListener::stream_enqueue_line_(const std::string &line) { if (!this->stream_queue_) return; if (line.empty()) return;