esp_rom_output_putc() function
Transmit one character to the console channel.
Syntax
void esp_rom_output_putc(char c); Notes
This function is a wrapper over esp_rom_uart_tx_one_char, it can help handle line ending issue by replacing '\n' with '\r\n'.
esp_rom_output_putc() is implemented by 1 functions:
![]()
esp_rom_output_putc()