on some arduino cores you can do `Serial.printf()` with the same tricks as printf https://cplusplus.
on some arduino cores you can do
Serial.printf()
with the same tricks as printf https://cplusplus.com/reference/cstdio/printf/. Or you can use snprintf https://cplusplus.com/reference/cstdio/snprintf/0 Replies