Move some strings to PROGMEM
This commit is contained in:
parent
d8aa40eedf
commit
3ab4736ac9
6 changed files with 11 additions and 11 deletions
|
|
@ -114,7 +114,7 @@
|
|||
SERIAL_ECHOPAIR(" (", dac_amps(Z_AXIS));
|
||||
SERIAL_ECHOPAIR(") E:", dac_perc(E_AXIS));
|
||||
SERIAL_ECHOPAIR(" (", dac_amps(E_AXIS));
|
||||
SERIAL_ECHOLN(")");
|
||||
SERIAL_ECHOLNPGM(")");
|
||||
}
|
||||
|
||||
void dac_commit_eeprom() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue