Optimize some serial strings
This commit is contained in:
parent
9644fe1839
commit
1dcfe193ac
6 changed files with 13 additions and 13 deletions
|
|
@ -116,7 +116,7 @@ void I2CPositionEncoder::update() {
|
|||
|
||||
SERIAL_ECHOPGM("New position reads as ");
|
||||
SERIAL_ECHO(get_position());
|
||||
SERIAL_ECHOPGM("(");
|
||||
SERIAL_CHAR('(');
|
||||
SERIAL_ECHO(mm_from_count(get_position()));
|
||||
SERIAL_ECHOLNPGM(")");
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue