ESP_LOG_BUFFER_CHAR_LEVEL macro
Log a buffer of characters at specified level, separated into 16 bytes each line. Buffer should contain only printable characters. The char log shows just like the one below: I (980) log_example: The way to get s I (985) log_example: tarted is to qui I (989) log_example: t talking and be I (994) log_example: gin doing. - Wal I (999) log_example: t Disney
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.