ESPHome 2026.4.0-dev
Loading...
Searching...
No Matches
logger_libretiny.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef USE_LIBRETINY
5
6namespace esphome::logger {
7
8// Single write with newline already in buffer (added by caller)
9inline void HOT Logger::write_msg_(const char *msg, uint16_t len) { this->hw_serial_->write(msg, len); }
10
11} // namespace esphome::logger
12
13#endif
void write_msg_(const char *msg, uint16_t len)
Definition logger_esp32.h:9
std::string size_t len
Definition helpers.h:1045