ets_printf() function
Printf the strings to uart or other devices, similar with printf, simple than printf. Can not print float point data format, or longlong data format. So we maybe only use this in ROM.
Syntax
int ets_printf(const char *fmt, ...); Return value
int : the length printed to the output device.
ets_printf() is called by 21 functions:
![]()
ets_printf()