ESP_LOG_BUFFER_CHAR macro
Log a buffer of characters at Info level. Buffer should contain only printable characters. @see ``ESP_LOG_BUFFER_CHAR_LEVEL``
Arguments
tag
Description tag to identify the log.
buffer
Pointer to the buffer array containing the data to be logged.
buff_len
Length of the buffer in bytes.
Examples
ESP_LOG_BUFFER_CHAR is referenced by 10 libraries and example projects: