truma_inetbox: fix ESP32 streaming preprocessor guards
This commit is contained in:
parent
382a4d3b4a
commit
d0632b8457
@ -520,7 +520,6 @@ void LinBusListener::maybe_send_stream_(const QUEUE_LOG_MSG &log_msg) {
|
|||||||
line.push_back('\n');
|
line.push_back('\n');
|
||||||
this->stream_enqueue_line_(line);
|
this->stream_enqueue_line_(line);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
void LinBusListener::stream_enqueue_line_(const std::string &line) {
|
void LinBusListener::stream_enqueue_line_(const std::string &line) {
|
||||||
if (!this->stream_queue_) return;
|
if (!this->stream_queue_) return;
|
||||||
if (line.empty()) return;
|
if (line.empty()) return;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user