-->
Page 1 of 1

Serial.printf(" %02.1f | ", variable); does not print leadin

PostPosted: Thu Jul 16, 2020 10:55 pm
by RIN67630
Serial.printf(" %02.1f | ", variable);
does not print leading zeros.

Admittedly, I am glad that printf() works at least for floats, but not completely according to the C++ spec.