esp_println

Macro print

source
macro_rules! print {
    ($($arg:tt)*) => { ... };
}
Expand description

Prints to the selected output.