ftostr32np > ftostr32sp
sp=space-padded, similar to: ns=no-sign
This commit is contained in:
@ -1497,7 +1497,7 @@ char *ftostr12ns(const float &x)
|
||||
}
|
||||
|
||||
// convert float to space-padded string with -_23.4_ format
|
||||
char *ftostr32np(const float &x) {
|
||||
char *ftostr32sp(const float &x) {
|
||||
long xx = abs(x * 100);
|
||||
uint8_t dig;
|
||||
|
||||
|
Reference in New Issue
Block a user