💬 Add non-translated STR_DONE

This commit is contained in:
Scott Lahteine
2021-09-17 18:58:55 -05:00
parent 4d113c2efd
commit 8b818f4ae5
3 changed files with 4 additions and 3 deletions

View File

@@ -112,7 +112,7 @@ inline void toggle_pins() {
}
SERIAL_EOL();
}
SERIAL_ECHOLNPGM("Done.");
SERIAL_ECHOLNPGM(STR_DONE);
} // toggle_pins