esp_rom_printf() function
Print formatted string to console device
Syntax
int esp_rom_printf(const char *fmt, ...); Return value
int: Total number of characters written on success; A negative number on failure.
Notes
float and long long data are not supported!
Examples
esp_rom_printf() is referenced by 13 libraries and example projects: