ets_install_putc1() function
Ets_printf have two output functions: putc1 and putc2, both of which will be called if need output. To install putc1, which is defaulted installed as ets_write_char_uart in none silent boot mode, as NULL in silent mode.
Syntax
void ets_install_putc1(void (*p)(char c)); Return value
None
ets_install_putc1() is called by 1 function:
![]()
ets_install_putc1()