Optimize some serial strings

This commit is contained in:
Scott Lahteine
2018-01-23 19:09:40 -06:00
parent 9644fe1839
commit 1dcfe193ac
6 changed files with 13 additions and 13 deletions

View File

@@ -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